Shades of Catskill White #DDE0DB
Tints of Catskill White #DDE0DB
RGB
CMYK
RGB Variations
Color information
#DDE0DB (or 0xDDE0DB) is known color: Catskill White. HEX triplet: DD, E0 and DB. RGB value is (221,224,219). Sum of RGB (Red+Green+Blue) = 221+224+219=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0DB is #221F24. Grayscale: #DEDEDE. Windows color (decimal): -2236197 or 14409949. OLE color: 14409949.
HSL color Cylindrical-coordinate representation of color #DDE0DB: hue angle of 96º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDE0DB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 224 | 219 | - |
CMYK | 0.01 | 0 | 0.02 | 0.12 |
HSL | 96º | 0.07% | 0.87% | - |
HSV(B) | 96º | 0.02% | 0.88% | - |
XYZ | 69.26 | 73.8 | 77.61 | - |
YUV | 222.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 224 | 219 | 0.01 | 0 | 0.02 | 0.12 | 96 | 0.07 | 0.87 |
Hex | DD | E0 | DB | 1 | 0 | 2 | C | 60 | 7 | 57 |
Octal | 335 | 340 | 333 | 1 | 0 | 2 | 14 | 140 | 7 | 127 |
Binary | 11011101 | 11100000 | 11011011 | 1 | 0 | 10 | 1100 | 1100000 | 111 | 1010111 |
Color Harmonies of #DDE0DB
Complementary color
Monochromatic Colors of #DDE0DB
Black with #DDE0DB
Text Example
Text Example
White with #DDE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0DB; }
p { color: rgb(221,224,219); }
H1.HeaderClassName
{
color: #DDE0DB;
}
.AnyTagClassName
{
color: #DDE0DB;
}
</style>
background-color css
<style>
a { background-color: #DDE0DB; }
a { background-color: rgb(221,224,219); }
div.DivClassName
{
background-color: #DDE0DB;
}
.BgClassName
{
background-color: #DDE0DB;
}
</style>
border-color css
<style>
span { border-color: #DDE0DB; }
span { border-color: rgb(221,224,219); }
td.TdClassName
{
border-color: #DDE0DB;
}
.TagClassName
{
border-color: #DDE0DB;
}
</style>