Color spaces of #dbdcff
RGB | 219 | 220 | 255 |
---|---|---|---|
HSL | 0.66 | 1.00 | 0.93 |
HSV | 238° | 14° | 100° |
CMYK | 0.14 | 0.14 | 0.00 0.00 |
XYZ | 72.8566 | 73.4665 | 104.9482 |
Yxy | 73.4665 | 0.2900 | 0.2924 |
Hunter Lab | 85.7126 | 1.7298 | -12.5970 |
CIE-Lab | 88.6697 | 6.4312 | -17.0961 |
#dbdcff color RGB value is (219,220,255).
#dbdcff hex color red value is 219, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbdcff hue: 0.66 , saturation: 1.00 and the lightness value of dbdcff is 0.93.
The process color (four color CMYK) of #dbdcff color hex is 0.14, 0.14, 0.00, 0.00. Web safe color of #dbdcff is #ccccff. Color #dbdcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011100 | 11111111 |
Octal | 333 | 334 | 377 |
Decimal | 219 | 220 | 255 |
Hex | DB | DC | FF |
Shades of #dbdcff
Tints of #dbdcff
RGB Percentages of Color #dbdcff
CMYK Percentages of Color #dbdcff
Complementary Color
#dbdcff | #fffedb |
#dbdcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdcff Color CSS Codes
.mybgcolor {background-color:#dbdcff; } .myforecolor {color:#dbdcff; } .mybordercolor {border:3px solid #dbdcff; }
#dbdcff Text Font Color
<p style="color:#dbdcff">Text here</p>
This sample text font color is #dbdcff
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.
#dbdcff Background Color
<div style="background-color:#dbdcff">
Div content here</div>
This div background color is #dbdcff
#dbdcff Border Color
<div style="border:3px solid #dbdcff">
Div here</div>
This div border color is #dbdcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,220,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdcff; -webkit-box-shadow: 1px 1px 3px 2px #dbdcff; box-shadow: 1px 1px 3px 2px #dbdcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,220,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdcff; -webkit-box-shadow: 1px 1px 3px 2px #dbdcff; box-shadow: 1px 1px 3px 2px #dbdcff;">
Div content here</div>
This div box has shadow with color #dbdcff
#dbdcff Color Palettes
Comments
No comments written yet.
Please login to write comment.