#DFE4DB

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

Shades of Catskill White #DFE4DB

Tints of Catskill White #DFE4DB

Color information

#DFE4DB (or 0xDFE4DB) is unknown color: approx Catskill White. HEX triplet: DF, E4 and DB. RGB value is (223,228,219). Sum of RGB (Red+Green+Blue) = 223+228+219=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4DB is #201B24. Grayscale: #E1E1E1. Windows color (decimal): -2104101 or 14410975. OLE color: 14410975.

HSL color Cylindrical-coordinate representation of color #DFE4DB: hue angle of 93.33º degrees, saturation: 0.14, 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 #DFE4DB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB223228219-
CMYK0.0200.040.11
HSL93.33º14.29%87.65%-
HSV(B)93.33º3.95%89.41%-
XYZ70.9676.2978-
YUV225.48124.34126.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=33.28%
G=34.03%
B=32.69%

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
Decimal2232282190.0200.040.1193.3314.2987.65
HexDFE4DB204B5de58
Octal3373443332041313516130
Binary1101111111100100110110111001001011101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4DB; }

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

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

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

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

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

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

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

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