#DEE3D8

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

Shades of Catskill White #DEE3D8

Tints of Catskill White #DEE3D8

Color information

#DEE3D8 (or 0xDEE3D8) is unknown color: approx Catskill White. HEX triplet: DE, E3 and D8. RGB value is (222,227,216). Sum of RGB (Red+Green+Blue) = 222+227+216=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3D8 is #211C27. Grayscale: #E0E0E0. Windows color (decimal): -2169896 or 14214110. OLE color: 14214110.

HSL color Cylindrical-coordinate representation of color #DEE3D8: hue angle of 87.27º 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 #DEE3D8 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB222227216-
CMYK0.0200.050.11
HSL87.27º16.42%86.86%-
HSV(B)87.27º4.85%89.02%-
XYZ69.9975.4375.84-
YUV224.25123.34126.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 216 (84.77% from 255) = 32.48%
R=33.38%
G=34.14%
B=32.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222272160.0200.050.1187.2716.4286.86
HexDEE3D8205B571057
Octal3363433302051312720127
Binary11011110111000111101100010010110111010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3D8; }

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

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

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

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

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

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

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

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