#DFE0DB

Color #DFE0DB Black Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Squeeze #DFE0DB

Tints of Black Squeeze #DFE0DB

Color information

#DFE0DB (or 0xDFE0DB) is unknown color: approx Black Squeeze. HEX triplet: DF, E0 and DB. RGB value is (223,224,219). Sum of RGB (Red+Green+Blue) = 223+224+219=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0DB is #201F24. Grayscale: #DFDFDF. Windows color (decimal): -2105125 or 14409951. OLE color: 14409951.

HSL color Cylindrical-coordinate representation of color #DFE0DB: hue angle of 72º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFE0DB is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB223224219-
CMYK0.0000.020.12
HSL72º7.46%86.86%-
HSV(B)72º2.23%87.84%-
XYZ69.8774.1177.64-
YUV223.13125.67127.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=33.48%
G=33.63%
B=32.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242190.0000.020.12727.4686.86
HexDFE0DB002C48757
Octal337340333002141107127
Binary1101111111100000110110110010110010010001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0DB; }

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

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

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

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

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

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

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

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