Color spaces of #dbc4ec
RGB | 219 | 196 | 236 |
---|---|---|---|
HSL | 0.76 | 0.51 | 0.85 |
HSV | 275° | 17° | 93° |
CMYK | 0.07 | 0.17 | 0.00 0.07 |
XYZ | 64.0937 | 60.5961 | 87.6750 |
Yxy | 60.5961 | 0.3018 | 0.2853 |
Hunter Lab | 77.8435 | 10.7447 | -12.2878 |
CIE-Lab | 82.1611 | 15.3507 | -16.8233 |
#dbc4ec color RGB value is (219,196,236).
#dbc4ec hex color red value is 219, green value is 196 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbc4ec hue: 0.76 , saturation: 0.51 and the lightness value of dbc4ec is 0.85.
The process color (four color CMYK) of #dbc4ec color hex is 0.07, 0.17, 0.00, 0.07. Web safe color of #dbc4ec is #ccccff. Color #dbc4ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000100 | 11101100 |
Octal | 333 | 304 | 354 |
Decimal | 219 | 196 | 236 |
Hex | DB | C4 | EC |
Shades of #dbc4ec
Tints of #dbc4ec
RGB Percentages of Color #dbc4ec
CMYK Percentages of Color #dbc4ec
Complementary Color
#dbc4ec | #d5ecc4 |
#dbc4ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc4ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc4ec Color CSS Codes
.mybgcolor {background-color:#dbc4ec; } .myforecolor {color:#dbc4ec; } .mybordercolor {border:3px solid #dbc4ec; }
#dbc4ec Text Font Color
<p style="color:#dbc4ec">Text here</p>
This sample text font color is #dbc4ec
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.
#dbc4ec Background Color
<div style="background-color:#dbc4ec">
Div content here</div>
This div background color is #dbc4ec
#dbc4ec Border Color
<div style="border:3px solid #dbc4ec">
Div here</div>
This div border color is #dbc4ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,196,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc4ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc4ec; -webkit-box-shadow: 1px 1px 3px 2px #dbc4ec; box-shadow: 1px 1px 3px 2px #dbc4ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,196,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 #dbc4ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc4ec; -webkit-box-shadow: 1px 1px 3px 2px #dbc4ec; box-shadow: 1px 1px 3px 2px #dbc4ec;">
Div content here</div>
This div box has shadow with color #dbc4ec
Comments
No comments written yet.
Please login to write comment.