Color spaces of #dbd0fe
RGB | 219 | 208 | 254 |
---|---|---|---|
HSL | 0.71 | 0.96 | 0.91 |
HSV | 254° | 18° | 100° |
CMYK | 0.14 | 0.18 | 0.00 0.00 |
XYZ | 69.6587 | 67.3276 | 103.0900 |
Yxy | 67.3276 | 0.2902 | 0.2804 |
Hunter Lab | 82.0534 | 7.9430 | -17.0532 |
CIE-Lab | 85.6691 | 12.5694 | -21.0967 |
#dbd0fe color RGB value is (219,208,254).
#dbd0fe hex color red value is 219, green value is 208 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbd0fe hue: 0.71 , saturation: 0.96 and the lightness value of dbd0fe is 0.91.
The process color (four color CMYK) of #dbd0fe color hex is 0.14, 0.18, 0.00, 0.00. Web safe color of #dbd0fe is #ccccff. Color #dbd0fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010000 | 11111110 |
Octal | 333 | 320 | 376 |
Decimal | 219 | 208 | 254 |
Hex | DB | D0 | FE |
Shades of #dbd0fe
Tints of #dbd0fe
RGB Percentages of Color #dbd0fe
CMYK Percentages of Color #dbd0fe
Complementary Color
#dbd0fe | #f3fed0 |
#dbd0fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd0fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd0fe Color CSS Codes
.mybgcolor {background-color:#dbd0fe; } .myforecolor {color:#dbd0fe; } .mybordercolor {border:3px solid #dbd0fe; }
#dbd0fe Text Font Color
<p style="color:#dbd0fe">Text here</p>
This sample text font color is #dbd0fe
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.
#dbd0fe Background Color
<div style="background-color:#dbd0fe">
Div content here</div>
This div background color is #dbd0fe
#dbd0fe Border Color
<div style="border:3px solid #dbd0fe">
Div here</div>
This div border color is #dbd0fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,208,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd0fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd0fe; -webkit-box-shadow: 1px 1px 3px 2px #dbd0fe; box-shadow: 1px 1px 3px 2px #dbd0fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,208,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 #dbd0fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd0fe; -webkit-box-shadow: 1px 1px 3px 2px #dbd0fe; box-shadow: 1px 1px 3px 2px #dbd0fe;">
Div content here</div>
This div box has shadow with color #dbd0fe
Comments
No comments written yet.
Please login to write comment.