Shades of Willow Brook #DCEFC2
Tints of Willow Brook #DCEFC2
RGB
CMYK
RGB Variations
Color information
#DCEFC2 (or 0xDCEFC2) is known color: Willow Brook. HEX triplet: DC, EF and C2. RGB value is (220,239,194). Sum of RGB (Red+Green+Blue) = 220+239+194=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC2 is #23103D. Grayscale: #E4E4E4. Windows color (decimal): -2297918 or 12775388. OLE color: 12775388.
HSL color Cylindrical-coordinate representation of color #DCEFC2: hue angle of 85.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCEFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 194 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.06 |
| HSL | 85.33º | 0.58% | 0.85% | - |
| HSV(B) | 85.33º | 0.19% | 0.94% | - |
| XYZ | 70.12 | 80.84 | 62.95 | - |
| YUV | 228.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 194 | 0.08 | 0 | 0.19 | 0.06 | 85.33 | 0.58 | 0.85 |
| Hex | DC | EF | C2 | 8 | 0 | 13 | 6 | 55 | 3A | 55 |
| Octal | 334 | 357 | 302 | 10 | 0 | 23 | 6 | 125 | 72 | 125 |
| Binary | 11011100 | 11101111 | 11000010 | 1000 | 0 | 10011 | 110 | 1010101 | 111010 | 1010101 |
Color Harmonies of #DCEFC2
Complementary color
Monochromatic Colors of #DCEFC2
Black with #DCEFC2
Text Example
Text Example
White with #DCEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFC2; }
p { color: rgb(220,239,194); }
H1.HeaderClassName
{
color: #DCEFC2;
}
.AnyTagClassName
{
color: #DCEFC2;
}
</style>
background-color css
<style>
a { background-color: #DCEFC2; }
a { background-color: rgb(220,239,194); }
div.DivClassName
{
background-color: #DCEFC2;
}
.BgClassName
{
background-color: #DCEFC2;
}
</style>
border-color css
<style>
span { border-color: #DCEFC2; }
span { border-color: rgb(220,239,194); }
td.TdClassName
{
border-color: #DCEFC2;
}
.TagClassName
{
border-color: #DCEFC2;
}
</style>