#DFE4DC

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

Shades of Catskill White #DFE4DC

Tints of Catskill White #DFE4DC

Color information

#DFE4DC (or 0xDFE4DC) is unknown color: approx Catskill White. HEX triplet: DF, E4 and DC. RGB value is (223,228,220). Sum of RGB (Red+Green+Blue) = 223+228+220=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4DC is #201B23. Grayscale: #E1E1E1. Windows color (decimal): -2104100 or 14476511. OLE color: 14476511.

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

Color convert

RGB223228220-
CMYK0.0200.040.11
HSL97.5º12.9%87.84%-
HSV(B)97.5º3.51%89.41%-
XYZ71.0976.3478.7-
YUV225.59124.84126.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=33.23%
G=33.98%
B=32.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232282200.0200.040.1197.512.987.84
HexDFE4DC204B61d58
Octal3373443342041314115130
Binary1101111111100100110111001001001011110000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4DC; }

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

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

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

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

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

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

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

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