Shades of Catskill White #DDE0DA
Tints of Catskill White #DDE0DA
RGB
CMYK
RGB Variations
Color information
#DDE0DA (or 0xDDE0DA) is known color: Catskill White. HEX triplet: DD, E0 and DA. RGB value is (221,224,218). Sum of RGB (Red+Green+Blue) = 221+224+218=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0DA is #221F25. Grayscale: #DEDEDE. Windows color (decimal): -2236198 or 14344413. OLE color: 14344413.
HSL color Cylindrical-coordinate representation of color #DDE0DA: hue angle of 90º degrees, saturation: 0.09, 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 #DDE0DA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 224 | 218 | - |
CMYK | 0.01 | 0 | 0.03 | 0.12 |
HSL | 90º | 0.09% | 0.87% | - |
HSV(B) | 90º | 0.03% | 0.88% | - |
XYZ | 69.13 | 73.75 | 76.92 | - |
YUV | 222.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 224 | 218 | 0.01 | 0 | 0.03 | 0.12 | 90 | 0.09 | 0.87 |
Hex | DD | E0 | DA | 1 | 0 | 3 | C | 5A | 9 | 57 |
Octal | 335 | 340 | 332 | 1 | 0 | 3 | 14 | 132 | 11 | 127 |
Binary | 11011101 | 11100000 | 11011010 | 1 | 0 | 11 | 1100 | 1011010 | 1001 | 1010111 |
Color Harmonies of #DDE0DA
Complementary color
Monochromatic Colors of #DDE0DA
Black with #DDE0DA
Text Example
Text Example
White with #DDE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0DA; }
p { color: rgb(221,224,218); }
H1.HeaderClassName
{
color: #DDE0DA;
}
.AnyTagClassName
{
color: #DDE0DA;
}
</style>
background-color css
<style>
a { background-color: #DDE0DA; }
a { background-color: rgb(221,224,218); }
div.DivClassName
{
background-color: #DDE0DA;
}
.BgClassName
{
background-color: #DDE0DA;
}
</style>
border-color css
<style>
span { border-color: #DDE0DA; }
span { border-color: rgb(221,224,218); }
td.TdClassName
{
border-color: #DDE0DA;
}
.TagClassName
{
border-color: #DDE0DA;
}
</style>