Shades of Willow Brook #DCE8C0
Tints of Willow Brook #DCE8C0
RGB
CMYK
RGB Variations
Color information
#DCE8C0 (or 0xDCE8C0) is known color: Willow Brook. HEX triplet: DC, E8 and C0. RGB value is (220,232,192). Sum of RGB (Red+Green+Blue) = 220+232+192=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8C0 is #23173F. Grayscale: #E0E0E0. Windows color (decimal): -2299712 or 12642524. OLE color: 12642524.
HSL color Cylindrical-coordinate representation of color #DCE8C0: hue angle of 78º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE8C0 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 232 | 192 | - |
CMYK | 0.05 | 0 | 0.17 | 0.09 |
HSL | 78º | 0.47% | 0.83% | - |
HSV(B) | 78º | 0.17% | 0.91% | - |
XYZ | 67.89 | 76.73 | 61.1 | - |
YUV | 223.85 | 110.02 | 125.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 232 | 192 | 0.05 | 0 | 0.17 | 0.09 | 78 | 0.47 | 0.83 |
Hex | DC | E8 | C0 | 5 | 0 | 11 | 9 | 4E | 2F | 53 |
Octal | 334 | 350 | 300 | 5 | 0 | 21 | 11 | 116 | 57 | 123 |
Binary | 11011100 | 11101000 | 11000000 | 101 | 0 | 10001 | 1001 | 1001110 | 101111 | 1010011 |
Color Harmonies of #DCE8C0
Complementary color
Monochromatic Colors of #DCE8C0
Black with #DCE8C0
Text Example
Text Example
White with #DCE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8C0; }
p { color: rgb(220,232,192); }
H1.HeaderClassName
{
color: #DCE8C0;
}
.AnyTagClassName
{
color: #DCE8C0;
}
</style>
background-color css
<style>
a { background-color: #DCE8C0; }
a { background-color: rgb(220,232,192); }
div.DivClassName
{
background-color: #DCE8C0;
}
.BgClassName
{
background-color: #DCE8C0;
}
</style>
border-color css
<style>
span { border-color: #DCE8C0; }
span { border-color: rgb(220,232,192); }
td.TdClassName
{
border-color: #DCE8C0;
}
.TagClassName
{
border-color: #DCE8C0;
}
</style>