#DDE3D8

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

Shades of Catskill White #DDE3D8

Tints of Catskill White #DDE3D8

Color information

#DDE3D8 (or 0xDDE3D8) is unknown color: approx Catskill White. HEX triplet: DD, E3 and D8. RGB value is (221,227,216). Sum of RGB (Red+Green+Blue) = 221+227+216=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3D8 is #221C27. Grayscale: #DFDFDF. Windows color (decimal): -2235432 or 14214109. OLE color: 14214109.

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

Color convert

RGB221227216-
CMYK0.0300.050.11
HSL92.73º16.42%86.86%-
HSV(B)92.73º4.85%89.02%-
XYZ69.6875.2775.82-
YUV223.95123.51125.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 227 (89.06% from 255) = 34.19%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=33.28%
G=34.19%
B=32.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272160.0300.050.1192.7316.4286.86
HexDDE3D8305B5d1057
Octal3353433303051313520127
Binary11011101111000111101100011010110111011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3D8; }

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

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

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

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

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

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

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

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