Color spaces of #dbccec
RGB | 219 | 204 | 236 |
---|---|---|---|
HSL | 0.74 | 0.46 | 0.86 |
HSV | 268° | 14° | 93° |
CMYK | 0.07 | 0.14 | 0.00 0.07 |
XYZ | 65.9466 | 64.3019 | 88.2926 |
Yxy | 64.3019 | 0.3018 | 0.2942 |
Hunter Lab | 80.1885 | 6.4677 | -9.1501 |
CIE-Lab | 84.1227 | 11.0807 | -13.8772 |
#dbccec color RGB value is (219,204,236).
#dbccec hex color red value is 219, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbccec hue: 0.74 , saturation: 0.46 and the lightness value of dbccec is 0.86.
The process color (four color CMYK) of #dbccec color hex is 0.07, 0.14, 0.00, 0.07. Web safe color of #dbccec is #ccccff. Color #dbccec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001100 | 11101100 |
Octal | 333 | 314 | 354 |
Decimal | 219 | 204 | 236 |
Hex | DB | CC | EC |
Shades of #dbccec
Tints of #dbccec
RGB Percentages of Color #dbccec
CMYK Percentages of Color #dbccec
Complementary Color
#dbccec | #ddeccc |
#dbccec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbccec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbccec Color CSS Codes
.mybgcolor {background-color:#dbccec; } .myforecolor {color:#dbccec; } .mybordercolor {border:3px solid #dbccec; }
#dbccec Text Font Color
<p style="color:#dbccec">Text here</p>
This sample text font color is #dbccec
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.
#dbccec Background Color
<div style="background-color:#dbccec">
Div content here</div>
This div background color is #dbccec
#dbccec Border Color
<div style="border:3px solid #dbccec">
Div here</div>
This div border color is #dbccec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,204,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbccec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbccec; -webkit-box-shadow: 1px 1px 3px 2px #dbccec; box-shadow: 1px 1px 3px 2px #dbccec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,204,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbccec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbccec; -webkit-box-shadow: 1px 1px 3px 2px #dbccec; box-shadow: 1px 1px 3px 2px #dbccec;">
Div content here</div>
This div box has shadow with color #dbccec
Comments
No comments written yet.
Please login to write comment.