#DDE0D9

Color #DDE0D9 Catskill White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catskill White #DDE0D9

Tints of Catskill White #DDE0D9

Color information

#DDE0D9 (or 0xDDE0D9) is unknown color: approx Catskill White. HEX triplet: DD, E0 and D9. RGB value is (221,224,217). Sum of RGB (Red+Green+Blue) = 221+224+217=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0D9 is #221F26. Grayscale: #DEDEDE. Windows color (decimal): -2236199 or 14278877. OLE color: 14278877.

HSL color Cylindrical-coordinate representation of color #DDE0D9: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE0D9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB221224217-
CMYK0.0100.030.12
HSL85.71º10.14%86.47%-
HSV(B)85.71º3.12%87.84%-
XYZ6973.6976.23-
YUV222.3125.01127.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=33.38%
G=33.84%
B=32.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212242170.0100.030.1285.7110.1486.47
HexDDE0D9103C56a56
Octal3353403311031412612126
Binary11011101111000001101100110111100101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0D9; }

 p { color: rgb(221,224,217); }

 H1.HeaderClassName
 {
   color: #DDE0D9;
 }
 .AnyTagClassName
 {
   color: #DDE0D9;
 }
</style>
background-color css

<style>
 a { background-color: #DDE0D9; }

 a { background-color: rgb(221,224,217); }

 div.DivClassName
 {
   background-color: #DDE0D9;
 }
 .BgClassName
 {
   background-color: #DDE0D9;
 }
</style>
border-color css

<style>
 span { border-color: #DDE0D9; }

 span { border-color: rgb(221,224,217); }

 td.TdClassName
 {
   border-color: #DDE0D9;
 }
 .TagClassName
 {
   border-color: #DDE0D9;
 }
</style>