#DFE3DC

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

Shades of Catskill White #DFE3DC

Tints of Catskill White #DFE3DC

Color information

#DFE3DC (or 0xDFE3DC) is unknown color: approx Catskill White. HEX triplet: DF, E3 and DC. RGB value is (223,227,220). Sum of RGB (Red+Green+Blue) = 223+227+220=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3DC is #201C23. Grayscale: #E1E1E1. Windows color (decimal): -2104356 or 14476255. OLE color: 14476255.

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

Color convert

RGB223227220-
CMYK0.0200.030.11
HSL94.29º11.11%87.65%-
HSV(B)94.29º3.08%89.02%-
XYZ70.8275.7978.61-
YUV225.01125.17126.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=33.28%
G=33.88%
B=32.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232272200.0200.030.1194.2911.1187.65
HexDFE3DC203B5eb58
Octal3373433342031313613130
Binary110111111110001111011100100111011101111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3DC; }

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

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

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

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

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

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

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

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