Shades of Willow Brook #DEF0C2
Tints of Willow Brook #DEF0C2
RGB
CMYK
RGB Variations
Color information
#DEF0C2 (or 0xDEF0C2) is known color: Willow Brook. HEX triplet: DE, F0 and C2. RGB value is (222,240,194). Sum of RGB (Red+Green+Blue) = 222+240+194=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0C2 is #210F3D. Grayscale: #E5E5E5. Windows color (decimal): -2166590 or 12775646. OLE color: 12775646.
HSL color Cylindrical-coordinate representation of color #DEF0C2: hue angle of 83.48º degrees, saturation: 0.61, 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 #DEF0C2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 194 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.06 |
| HSL | 83.48º | 0.61% | 0.85% | - |
| HSV(B) | 83.48º | 0.19% | 0.94% | - |
| XYZ | 71.02 | 81.74 | 63.07 | - |
| YUV | 229.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 194 | 0.08 | 0 | 0.19 | 0.06 | 83.48 | 0.61 | 0.85 |
| Hex | DE | F0 | C2 | 8 | 0 | 13 | 6 | 53 | 3D | 55 |
| Octal | 336 | 360 | 302 | 10 | 0 | 23 | 6 | 123 | 75 | 125 |
| Binary | 11011110 | 11110000 | 11000010 | 1000 | 0 | 10011 | 110 | 1010011 | 111101 | 1010101 |
Color Harmonies of #DEF0C2
Complementary color
Monochromatic Colors of #DEF0C2
Black with #DEF0C2
Text Example
Text Example
White with #DEF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0C2; }
p { color: rgb(222,240,194); }
H1.HeaderClassName
{
color: #DEF0C2;
}
.AnyTagClassName
{
color: #DEF0C2;
}
</style>
background-color css
<style>
a { background-color: #DEF0C2; }
a { background-color: rgb(222,240,194); }
div.DivClassName
{
background-color: #DEF0C2;
}
.BgClassName
{
background-color: #DEF0C2;
}
</style>
border-color css
<style>
span { border-color: #DEF0C2; }
span { border-color: rgb(222,240,194); }
td.TdClassName
{
border-color: #DEF0C2;
}
.TagClassName
{
border-color: #DEF0C2;
}
</style>