Color spaces of #dbcfcc
RGB | 219 | 207 | 204 |
---|---|---|---|
HSL | 0.03 | 0.17 | 0.83 |
HSV | 12° | 7° | 86° |
CMYK | 0.00 | 0.05 | 0.07 0.14 |
XYZ | 62.4253 | 64.0453 | 66.1986 |
Yxy | 64.0453 | 0.3240 | 0.3324 |
Hunter Lab | 80.0283 | -0.8124 | 6.9757 |
CIE-Lab | 83.9893 | 3.6325 | 2.9644 |
#dbcfcc color RGB value is (219,207,204).
#dbcfcc hex color red value is 219, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbcfcc hue: 0.03 , saturation: 0.17 and the lightness value of dbcfcc is 0.83.
The process color (four color CMYK) of #dbcfcc color hex is 0.00, 0.05, 0.07, 0.14. Web safe color of #dbcfcc is #cccccc. Color #dbcfcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001111 | 11001100 |
Octal | 333 | 317 | 314 |
Decimal | 219 | 207 | 204 |
Hex | DB | CF | CC |
Shades of #dbcfcc
Tints of #dbcfcc
RGB Percentages of Color #dbcfcc
CMYK Percentages of Color #dbcfcc
Complementary Color
#dbcfcc | #ccd8db |
#dbcfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcfcc Color CSS Codes
.mybgcolor {background-color:#dbcfcc; } .myforecolor {color:#dbcfcc; } .mybordercolor {border:3px solid #dbcfcc; }
#dbcfcc Text Font Color
<p style="color:#dbcfcc">Text here</p>
This sample text font color is #dbcfcc
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.
#dbcfcc Background Color
<div style="background-color:#dbcfcc">
Div content here</div>
This div background color is #dbcfcc
#dbcfcc Border Color
<div style="border:3px solid #dbcfcc">
Div here</div>
This div border color is #dbcfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,207,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcfcc; -webkit-box-shadow: 1px 1px 3px 2px #dbcfcc; box-shadow: 1px 1px 3px 2px #dbcfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,207,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcfcc; -webkit-box-shadow: 1px 1px 3px 2px #dbcfcc; box-shadow: 1px 1px 3px 2px #dbcfcc;">
Div content here</div>
This div box has shadow with color #dbcfcc
Comments
No comments written yet.
Please login to write comment.