Shades of Willow Brook #DCE7CA
Tints of Willow Brook #DCE7CA
RGB
CMYK
RGB Variations
Color information
#DCE7CA (or 0xDCE7CA) is known color: Willow Brook. HEX triplet: DC, E7 and CA. RGB value is (220,231,202). Sum of RGB (Red+Green+Blue) = 220+231+202=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7CA is #231835. Grayscale: #E0E0E0. Windows color (decimal): -2299958 or 13297628. OLE color: 13297628.
HSL color Cylindrical-coordinate representation of color #DCE7CA: hue angle of 82.76º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE7CA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 231 | 202 | - |
CMYK | 0.05 | 0 | 0.13 | 0.09 |
HSL | 82.76º | 0.38% | 0.85% | - |
HSV(B) | 82.76º | 0.13% | 0.91% | - |
XYZ | 68.75 | 76.63 | 67.04 | - |
YUV | 224.41 | 115.36 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 202 | 0.05 | 0 | 0.13 | 0.09 | 82.76 | 0.38 | 0.85 |
Hex | DC | E7 | CA | 5 | 0 | D | 9 | 53 | 26 | 55 |
Octal | 334 | 347 | 312 | 5 | 0 | 15 | 11 | 123 | 46 | 125 |
Binary | 11011100 | 11100111 | 11001010 | 101 | 0 | 1101 | 1001 | 1010011 | 100110 | 1010101 |
Color Harmonies of #DCE7CA
Complementary color
Monochromatic Colors of #DCE7CA
Black with #DCE7CA
Text Example
Text Example
White with #DCE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7CA; }
p { color: rgb(220,231,202); }
H1.HeaderClassName
{
color: #DCE7CA;
}
.AnyTagClassName
{
color: #DCE7CA;
}
</style>
background-color css
<style>
a { background-color: #DCE7CA; }
a { background-color: rgb(220,231,202); }
div.DivClassName
{
background-color: #DCE7CA;
}
.BgClassName
{
background-color: #DCE7CA;
}
</style>
border-color css
<style>
span { border-color: #DCE7CA; }
span { border-color: rgb(220,231,202); }
td.TdClassName
{
border-color: #DCE7CA;
}
.TagClassName
{
border-color: #DCE7CA;
}
</style>