Shades of Willow Brook #DCEEC2
Tints of Willow Brook #DCEEC2
RGB
CMYK
RGB Variations
Color information
#DCEEC2 (or 0xDCEEC2) is known color: Willow Brook. HEX triplet: DC, EE and C2. RGB value is (220,238,194). Sum of RGB (Red+Green+Blue) = 220+238+194=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC2 is #23113D. Grayscale: #E3E3E3. Windows color (decimal): -2298174 or 12775132. OLE color: 12775132.
HSL color Cylindrical-coordinate representation of color #DCEEC2: hue angle of 84.55º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCEEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 194 | - |
CMYK | 0.08 | 0 | 0.18 | 0.07 |
HSL | 84.55º | 0.56% | 0.85% | - |
HSV(B) | 84.55º | 0.18% | 0.93% | - |
XYZ | 69.83 | 80.26 | 62.85 | - |
YUV | 227.6 | 109.04 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 194 | 0.08 | 0 | 0.18 | 0.07 | 84.55 | 0.56 | 0.85 |
Hex | DC | EE | C2 | 8 | 0 | 12 | 7 | 55 | 38 | 55 |
Octal | 334 | 356 | 302 | 10 | 0 | 22 | 7 | 125 | 70 | 125 |
Binary | 11011100 | 11101110 | 11000010 | 1000 | 0 | 10010 | 111 | 1010101 | 111000 | 1010101 |
Color Harmonies of #DCEEC2
Complementary color
Monochromatic Colors of #DCEEC2
Black with #DCEEC2
Text Example
Text Example
White with #DCEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEC2; }
p { color: rgb(220,238,194); }
H1.HeaderClassName
{
color: #DCEEC2;
}
.AnyTagClassName
{
color: #DCEEC2;
}
</style>
background-color css
<style>
a { background-color: #DCEEC2; }
a { background-color: rgb(220,238,194); }
div.DivClassName
{
background-color: #DCEEC2;
}
.BgClassName
{
background-color: #DCEEC2;
}
</style>
border-color css
<style>
span { border-color: #DCEEC2; }
span { border-color: rgb(220,238,194); }
td.TdClassName
{
border-color: #DCEEC2;
}
.TagClassName
{
border-color: #DCEEC2;
}
</style>