#DFE1DD

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

Shades of Catskill White #DFE1DD

Tints of Catskill White #DFE1DD

Color information

#DFE1DD (or 0xDFE1DD) is unknown color: approx Catskill White. HEX triplet: DF, E1 and DD. RGB value is (223,225,221). Sum of RGB (Red+Green+Blue) = 223+225+221=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1DD is #201E22. Grayscale: #DFDFDF. Windows color (decimal): -2104867 or 14541279. OLE color: 14541279.

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

Color convert

RGB223225221-
CMYK0.0100.020.12
HSL90º6.25%87.45%-
HSV(B)90º1.78%88.24%-
XYZ70.4174.7679.13-
YUV223.95126.34127.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=33.33%
G=33.63%
B=33.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232252210.0100.020.12906.2587.45
HexDFE1DD102C5a657
Octal337341335102141326127
Binary1101111111100001110111011010110010110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1DD; }

 p { color: rgb(223,225,221); }

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

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

 a { background-color: rgb(223,225,221); }

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

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

 span { border-color: rgb(223,225,221); }

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