#DFE2DC

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

Shades of Catskill White #DFE2DC

Tints of Catskill White #DFE2DC

Color information

#DFE2DC (or 0xDFE2DC) is unknown color: approx Catskill White. HEX triplet: DF, E2 and DC. RGB value is (223,226,220). Sum of RGB (Red+Green+Blue) = 223+226+220=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2DC is #201D23. Grayscale: #E0E0E0. Windows color (decimal): -2104612 or 14475999. OLE color: 14475999.

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

Color convert

RGB223226220-
CMYK0.0100.030.11
HSL90º9.38%87.45%-
HSV(B)90º2.65%88.63%-
XYZ70.5575.2578.52-
YUV224.42125.51126.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=33.33%
G=33.78%
B=32.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232262200.0100.030.11909.3887.45
HexDFE2DC103B5a957
Octal3373423341031313211127
Binary11011111111000101101110010111011101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2DC; }

 p { color: rgb(223,226,220); }

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

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

 a { background-color: rgb(223,226,220); }

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

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

 span { border-color: rgb(223,226,220); }

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