Shades of Catskill White #DDE2D9
Tints of Catskill White #DDE2D9
RGB
CMYK
RGB Variations
Color information
#DDE2D9 (or 0xDDE2D9) is known color: Catskill White. HEX triplet: DD, E2 and D9. RGB value is (221,226,217). Sum of RGB (Red+Green+Blue) = 221+226+217=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2D9 is #221D26. Grayscale: #DFDFDF. Windows color (decimal): -2235687 or 14279389. OLE color: 14279389.
HSL color Cylindrical-coordinate representation of color #DDE2D9: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE2D9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 217 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.11 |
| HSL | 93.33º | 0.13% | 0.87% | - |
| HSV(B) | 93.33º | 0.04% | 0.89% | - |
| XYZ | 69.54 | 74.77 | 76.41 | - |
| YUV | 223.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 217 | 0.02 | 0 | 0.04 | 0.11 | 93.33 | 0.13 | 0.87 |
| Hex | DD | E2 | D9 | 2 | 0 | 4 | B | 5D | D | 57 |
| Octal | 335 | 342 | 331 | 2 | 0 | 4 | 13 | 135 | 15 | 127 |
| Binary | 11011101 | 11100010 | 11011001 | 10 | 0 | 100 | 1011 | 1011101 | 1101 | 1010111 |
Color Harmonies of #DDE2D9
Complementary color
Monochromatic Colors of #DDE2D9
Black with #DDE2D9
Text Example
Text Example
White with #DDE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2D9; }
p { color: rgb(221,226,217); }
H1.HeaderClassName
{
color: #DDE2D9;
}
.AnyTagClassName
{
color: #DDE2D9;
}
</style>
background-color css
<style>
a { background-color: #DDE2D9; }
a { background-color: rgb(221,226,217); }
div.DivClassName
{
background-color: #DDE2D9;
}
.BgClassName
{
background-color: #DDE2D9;
}
</style>
border-color css
<style>
span { border-color: #DDE2D9; }
span { border-color: rgb(221,226,217); }
td.TdClassName
{
border-color: #DDE2D9;
}
.TagClassName
{
border-color: #DDE2D9;
}
</style>