Shades of Black Squeeze #DFE0DB
Tints of Black Squeeze #DFE0DB
RGB
CMYK
RGB Variations
Color information
#DFE0DB (or 0xDFE0DB) is known color: 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
| RGB | 223 | 224 | 219 | - |
| CMYK | 0.00 | 0 | 0.02 | 0.12 |
| HSL | 72º | 0.07% | 0.87% | - |
| HSV(B) | 72º | 0.02% | 0.88% | - |
| XYZ | 69.87 | 74.11 | 77.64 | - |
| YUV | 223.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 219 | 0.00 | 0 | 0.02 | 0.12 | 72 | 0.07 | 0.87 |
| Hex | DF | E0 | DB | 0 | 0 | 2 | C | 48 | 7 | 57 |
| Octal | 337 | 340 | 333 | 0 | 0 | 2 | 14 | 110 | 7 | 127 |
| Binary | 11011111 | 11100000 | 11011011 | 0 | 0 | 10 | 1100 | 1001000 | 111 | 1010111 |
Color Harmonies of #DFE0DB
Complementary color
Monochromatic Colors of #DFE0DB
Black with #DFE0DB
Text Example
Text Example
White with #DFE0DB
Text Example
Text Example
HTML Codes & Css Web 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>