Shades of Willow Brook #DDEDC4
Tints of Willow Brook #DDEDC4
RGB
CMYK
RGB Variations
Color information
#DDEDC4 (or 0xDDEDC4) is known color: Willow Brook. HEX triplet: DD, ED and C4. RGB value is (221,237,196). Sum of RGB (Red+Green+Blue) = 221+237+196=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC4 is #22123B. Grayscale: #E3E3E3. Windows color (decimal): -2232892 or 12905949. OLE color: 12905949.
HSL color Cylindrical-coordinate representation of color #DDEDC4: hue angle of 83.41º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDEDC4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 196 | - |
CMYK | 0.07 | 0 | 0.17 | 0.07 |
HSL | 83.41º | 0.53% | 0.85% | - |
HSV(B) | 83.41º | 0.17% | 0.93% | - |
XYZ | 70.07 | 79.93 | 63.96 | - |
YUV | 227.54 | 110.2 | 123.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 196 | 0.07 | 0 | 0.17 | 0.07 | 83.41 | 0.53 | 0.85 |
Hex | DD | ED | C4 | 7 | 0 | 11 | 7 | 53 | 35 | 55 |
Octal | 335 | 355 | 304 | 7 | 0 | 21 | 7 | 123 | 65 | 125 |
Binary | 11011101 | 11101101 | 11000100 | 111 | 0 | 10001 | 111 | 1010011 | 110101 | 1010101 |
Color Harmonies of #DDEDC4
Complementary color
Monochromatic Colors of #DDEDC4
Black with #DDEDC4
Text Example
Text Example
White with #DDEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDC4; }
p { color: rgb(221,237,196); }
H1.HeaderClassName
{
color: #DDEDC4;
}
.AnyTagClassName
{
color: #DDEDC4;
}
</style>
background-color css
<style>
a { background-color: #DDEDC4; }
a { background-color: rgb(221,237,196); }
div.DivClassName
{
background-color: #DDEDC4;
}
.BgClassName
{
background-color: #DDEDC4;
}
</style>
border-color css
<style>
span { border-color: #DDEDC4; }
span { border-color: rgb(221,237,196); }
td.TdClassName
{
border-color: #DDEDC4;
}
.TagClassName
{
border-color: #DDEDC4;
}
</style>