#DDE3D9

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

Shades of Catskill White #DDE3D9

Tints of Catskill White #DDE3D9

Color information

#DDE3D9 (or 0xDDE3D9) is unknown color: approx Catskill White. HEX triplet: DD, E3 and D9. RGB value is (221,227,217). Sum of RGB (Red+Green+Blue) = 221+227+217=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3D9 is #221C26. Grayscale: #E0E0E0. Windows color (decimal): -2235431 or 14279645. OLE color: 14279645.

HSL color Cylindrical-coordinate representation of color #DDE3D9: hue angle of 96º degrees, saturation: 0.15, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE3D9 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB221227217-
CMYK0.0300.040.11
HSL96º15.15%87.06%-
HSV(B)96º4.41%89.02%-
XYZ69.8175.3276.5-
YUV224.07124.01125.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 217 (85.16% from 255) = 32.63%
R=33.23%
G=34.14%
B=32.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272170.0300.040.119615.1587.06
HexDDE3D9304B60f57
Octal3353433313041314017127
Binary1101110111100011110110011101001011110000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3D9; }

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

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

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

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

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

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

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

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