#DFE3DB

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

Shades of Catskill White #DFE3DB

Tints of Catskill White #DFE3DB

Color information

#DFE3DB (or 0xDFE3DB) is unknown color: approx Catskill White. HEX triplet: DF, E3 and DB. RGB value is (223,227,219). Sum of RGB (Red+Green+Blue) = 223+227+219=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3DB is #201C24. Grayscale: #E0E0E0. Windows color (decimal): -2104357 or 14410719. OLE color: 14410719.

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

Color convert

RGB223227219-
CMYK0.0200.040.11
HSL90º12.5%87.45%-
HSV(B)90º3.52%89.02%-
XYZ70.6975.7477.91-
YUV224.89124.67126.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=33.33%
G=33.93%
B=32.74%

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
Decimal2232272190.0200.040.119012.587.45
HexDFE3DB204B5ad57
Octal3373433332041313215127
Binary1101111111100011110110111001001011101101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3DB; }

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

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

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

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

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

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

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

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