Shades of Black Squeeze #DFE1D5
Tints of Black Squeeze #DFE1D5
RGB
CMYK
RGB Variations
Color information
#DFE1D5 (or 0xDFE1D5) is known color: Black Squeeze. HEX triplet: DF, E1 and D5. RGB value is (223,225,213). Sum of RGB (Red+Green+Blue) = 223+225+213=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1D5 is #201E2A. Grayscale: #DFDFDF. Windows color (decimal): -2104875 or 14016991. OLE color: 14016991.
HSL color Cylindrical-coordinate representation of color #DFE1D5: hue angle of 70º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE1D5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 213 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.12 |
| HSL | 70º | 0.17% | 0.86% | - |
| HSV(B) | 70º | 0.05% | 0.88% | - |
| XYZ | 69.37 | 74.34 | 73.64 | - |
| YUV | 223.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 213 | 0.01 | 0 | 0.05 | 0.12 | 70 | 0.17 | 0.86 |
| Hex | DF | E1 | D5 | 1 | 0 | 5 | C | 46 | 11 | 56 |
| Octal | 337 | 341 | 325 | 1 | 0 | 5 | 14 | 106 | 21 | 126 |
| Binary | 11011111 | 11100001 | 11010101 | 1 | 0 | 101 | 1100 | 1000110 | 10001 | 1010110 |
Color Harmonies of #DFE1D5
Complementary color
Monochromatic Colors of #DFE1D5
Black with #DFE1D5
Text Example
Text Example
White with #DFE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1D5; }
p { color: rgb(223,225,213); }
H1.HeaderClassName
{
color: #DFE1D5;
}
.AnyTagClassName
{
color: #DFE1D5;
}
</style>
background-color css
<style>
a { background-color: #DFE1D5; }
a { background-color: rgb(223,225,213); }
div.DivClassName
{
background-color: #DFE1D5;
}
.BgClassName
{
background-color: #DFE1D5;
}
</style>
border-color css
<style>
span { border-color: #DFE1D5; }
span { border-color: rgb(223,225,213); }
td.TdClassName
{
border-color: #DFE1D5;
}
.TagClassName
{
border-color: #DFE1D5;
}
</style>