#DDE0DA

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

Shades of Catskill White #DDE0DA

Tints of Catskill White #DDE0DA

Color information

#DDE0DA (or 0xDDE0DA) is unknown color: approx 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

RGB221224218-
CMYK0.0100.030.12
HSL90º8.82%86.67%-
HSV(B)90º2.68%87.84%-
XYZ69.1373.7576.92-
YUV222.42125.51126.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=33.33%
G=33.79%
B=32.88%

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
Decimal2212242180.0100.030.12908.8286.67
HexDDE0DA103C5a957
Octal3353403321031413211127
Binary11011101111000001101101010111100101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>