Shades of Willow Brook #DDF0C3
Tints of Willow Brook #DDF0C3
RGB
CMYK
RGB Variations
Color information
#DDF0C3 (or 0xDDF0C3) is known color: Willow Brook. HEX triplet: DD, F0 and C3. RGB value is (221,240,195). Sum of RGB (Red+Green+Blue) = 221+240+195=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0C3 is #220F3C. Grayscale: #E5E5E5. Windows color (decimal): -2232125 or 12841181. OLE color: 12841181.
HSL color Cylindrical-coordinate representation of color #DDF0C3: hue angle of 85.33º degrees, saturation: 0.6, 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 #DDF0C3 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 195 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.06 |
| HSL | 85.33º | 0.6% | 0.85% | - |
| HSV(B) | 85.33º | 0.19% | 0.94% | - |
| XYZ | 70.83 | 81.63 | 63.65 | - |
| YUV | 229.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 195 | 0.08 | 0 | 0.19 | 0.06 | 85.33 | 0.6 | 0.85 |
| Hex | DD | F0 | C3 | 8 | 0 | 13 | 6 | 55 | 3C | 55 |
| Octal | 335 | 360 | 303 | 10 | 0 | 23 | 6 | 125 | 74 | 125 |
| Binary | 11011101 | 11110000 | 11000011 | 1000 | 0 | 10011 | 110 | 1010101 | 111100 | 1010101 |
Color Harmonies of #DDF0C3
Complementary color
Monochromatic Colors of #DDF0C3
Black with #DDF0C3
Text Example
Text Example
White with #DDF0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0C3; }
p { color: rgb(221,240,195); }
H1.HeaderClassName
{
color: #DDF0C3;
}
.AnyTagClassName
{
color: #DDF0C3;
}
</style>
background-color css
<style>
a { background-color: #DDF0C3; }
a { background-color: rgb(221,240,195); }
div.DivClassName
{
background-color: #DDF0C3;
}
.BgClassName
{
background-color: #DDF0C3;
}
</style>
border-color css
<style>
span { border-color: #DDF0C3; }
span { border-color: rgb(221,240,195); }
td.TdClassName
{
border-color: #DDF0C3;
}
.TagClassName
{
border-color: #DDF0C3;
}
</style>