#DFE5DB

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

Shades of Catskill White #DFE5DB

Tints of Catskill White #DFE5DB

Color information

#DFE5DB (or 0xDFE5DB) is unknown color: approx Catskill White. HEX triplet: DF, E5 and DB. RGB value is (223,229,219). Sum of RGB (Red+Green+Blue) = 223+229+219=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5DB is #201A24. Grayscale: #E2E2E2. Windows color (decimal): -2103845 or 14411231. OLE color: 14411231.

HSL color Cylindrical-coordinate representation of color #DFE5DB: hue angle of 96º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE5DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB223229219-
CMYK0.0300.040.10
HSL96º16.13%87.84%-
HSV(B)96º4.37%89.8%-
XYZ71.2476.8478.1-
YUV226.07124.01125.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=33.23%
G=34.13%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232292190.0300.040.109616.1387.84
HexDFE5DB304A601058
Octal3373453333041214020130
Binary11011111111001011101101111010010101100000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5DB; }

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

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

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

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

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

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

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

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