Color spaces of #dbdffe
RGB | 219 | 223 | 254 |
---|---|---|---|
HSL | 0.65 | 0.95 | 0.93 |
HSV | 233° | 14° | 100° |
CMYK | 0.14 | 0.12 | 0.00 0.00 |
XYZ | 73.4905 | 74.9912 | 104.3673 |
Yxy | 74.9912 | 0.2906 | 0.2966 |
Hunter Lab | 86.5975 | -0.0624 | -10.8381 |
CIE-Lab | 89.3889 | 4.6547 | -15.4911 |
#dbdffe color RGB value is (219,223,254).
#dbdffe hex color red value is 219, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbdffe hue: 0.65 , saturation: 0.95 and the lightness value of dbdffe is 0.93.
The process color (four color CMYK) of #dbdffe color hex is 0.14, 0.12, 0.00, 0.00. Web safe color of #dbdffe is #ccccff. Color #dbdffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011111 | 11111110 |
Octal | 333 | 337 | 376 |
Decimal | 219 | 223 | 254 |
Hex | DB | DF | FE |
Shades of #dbdffe
Tints of #dbdffe
RGB Percentages of Color #dbdffe
CMYK Percentages of Color #dbdffe
Complementary Color
#dbdffe | #fefadb |
#dbdffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdffe Color CSS Codes
.mybgcolor {background-color:#dbdffe; } .myforecolor {color:#dbdffe; } .mybordercolor {border:3px solid #dbdffe; }
#dbdffe Text Font Color
<p style="color:#dbdffe">Text here</p>
This sample text font color is #dbdffe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dbdffe Background Color
<div style="background-color:#dbdffe">
Div content here</div>
This div background color is #dbdffe
#dbdffe Border Color
<div style="border:3px solid #dbdffe">
Div here</div>
This div border color is #dbdffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,223,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdffe; -webkit-box-shadow: 1px 1px 3px 2px #dbdffe; box-shadow: 1px 1px 3px 2px #dbdffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,223,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdffe; -webkit-box-shadow: 1px 1px 3px 2px #dbdffe; box-shadow: 1px 1px 3px 2px #dbdffe;">
Div content here</div>
This div box has shadow with color #dbdffe
Comments
No comments written yet.
Please login to write comment.