Shades of Catskill White #DDE1DA
Tints of Catskill White #DDE1DA
RGB
CMYK
RGB Variations
Color information
#DDE1DA (or 0xDDE1DA) is known color: Catskill White. HEX triplet: DD, E1 and DA. RGB value is (221,225,218). Sum of RGB (Red+Green+Blue) = 221+225+218=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1DA is #221E25. Grayscale: #DFDFDF. Windows color (decimal): -2235942 or 14344669. OLE color: 14344669.
HSL color Cylindrical-coordinate representation of color #DDE1DA: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE1DA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 225 | 218 | - |
CMYK | 0.02 | 0 | 0.03 | 0.12 |
HSL | 94.29º | 0.1% | 0.87% | - |
HSV(B) | 94.29º | 0.03% | 0.88% | - |
XYZ | 69.4 | 74.28 | 77.01 | - |
YUV | 223.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 225 | 218 | 0.02 | 0 | 0.03 | 0.12 | 94.29 | 0.1 | 0.87 |
Hex | DD | E1 | DA | 2 | 0 | 3 | C | 5E | A | 57 |
Octal | 335 | 341 | 332 | 2 | 0 | 3 | 14 | 136 | 12 | 127 |
Binary | 11011101 | 11100001 | 11011010 | 10 | 0 | 11 | 1100 | 1011110 | 1010 | 1010111 |
Color Harmonies of #DDE1DA
Complementary color
Monochromatic Colors of #DDE1DA
Black with #DDE1DA
Text Example
Text Example
White with #DDE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1DA; }
p { color: rgb(221,225,218); }
H1.HeaderClassName
{
color: #DDE1DA;
}
.AnyTagClassName
{
color: #DDE1DA;
}
</style>
background-color css
<style>
a { background-color: #DDE1DA; }
a { background-color: rgb(221,225,218); }
div.DivClassName
{
background-color: #DDE1DA;
}
.BgClassName
{
background-color: #DDE1DA;
}
</style>
border-color css
<style>
span { border-color: #DDE1DA; }
span { border-color: rgb(221,225,218); }
td.TdClassName
{
border-color: #DDE1DA;
}
.TagClassName
{
border-color: #DDE1DA;
}
</style>