#DFE0DE

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

Shades of Catskill White #DFE0DE

Tints of Catskill White #DFE0DE

Color information

#DFE0DE (or 0xDFE0DE) is unknown color: approx Catskill White. HEX triplet: DF, E0 and DE. RGB value is (223,224,222). Sum of RGB (Red+Green+Blue) = 223+224+222=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0DE is #201F21. Grayscale: #DFDFDF. Windows color (decimal): -2105122 or 14606559. OLE color: 14606559.

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

Color convert

RGB223224222-
CMYK0.0000.010.12
HSL90º3.13%87.45%-
HSV(B)90º0.89%87.84%-
XYZ70.2774.2779.74-
YUV223.47127.17127.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 33.48%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=33.33%
G=33.48%
B=33.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242220.0000.010.12903.1387.45
HexDFE0DE001C5a357
Octal337340336001141323127
Binary11011111111000001101111000111001011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0DE; }

 p { color: rgb(223,224,222); }

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

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

 a { background-color: rgb(223,224,222); }

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

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

 span { border-color: rgb(223,224,222); }

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