Shades of Willow Brook #DFEDC0
Tints of Willow Brook #DFEDC0
RGB
CMYK
RGB Variations
Color information
#DFEDC0 (or 0xDFEDC0) is known color: Willow Brook. HEX triplet: DF, ED and C0. RGB value is (223,237,192). Sum of RGB (Red+Green+Blue) = 223+237+192=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDC0 is #20123F. Grayscale: #E3E3E3. Windows color (decimal): -2101824 or 12643807. OLE color: 12643807.
HSL color Cylindrical-coordinate representation of color #DFEDC0: hue angle of 78.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFEDC0 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 192 | - |
CMYK | 0.06 | 0 | 0.19 | 0.07 |
HSL | 78.67º | 0.56% | 0.84% | - |
HSV(B) | 78.67º | 0.19% | 0.93% | - |
XYZ | 70.23 | 80.06 | 61.62 | - |
YUV | 227.68 | 107.86 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 192 | 0.06 | 0 | 0.19 | 0.07 | 78.67 | 0.56 | 0.84 |
Hex | DF | ED | C0 | 6 | 0 | 13 | 7 | 4F | 38 | 54 |
Octal | 337 | 355 | 300 | 6 | 0 | 23 | 7 | 117 | 70 | 124 |
Binary | 11011111 | 11101101 | 11000000 | 110 | 0 | 10011 | 111 | 1001111 | 111000 | 1010100 |
Color Harmonies of #DFEDC0
Complementary color
Monochromatic Colors of #DFEDC0
Black with #DFEDC0
Text Example
Text Example
White with #DFEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDC0; }
p { color: rgb(223,237,192); }
H1.HeaderClassName
{
color: #DFEDC0;
}
.AnyTagClassName
{
color: #DFEDC0;
}
</style>
background-color css
<style>
a { background-color: #DFEDC0; }
a { background-color: rgb(223,237,192); }
div.DivClassName
{
background-color: #DFEDC0;
}
.BgClassName
{
background-color: #DFEDC0;
}
</style>
border-color css
<style>
span { border-color: #DFEDC0; }
span { border-color: rgb(223,237,192); }
td.TdClassName
{
border-color: #DFEDC0;
}
.TagClassName
{
border-color: #DFEDC0;
}
</style>