Shades of Black Squeeze #E6E9DE
Tints of Black Squeeze #E6E9DE
RGB
CMYK
RGB Variations
Color information
#E6E9DE (or 0xE6E9DE) is known color: Black Squeeze. HEX triplet: E6, E9 and DE. RGB value is (230,233,222). Sum of RGB (Red+Green+Blue) = 230+233+222=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E9DE is #191621. Grayscale: #E6E6E6. Windows color (decimal): -1644066 or 14608870. OLE color: 14608870.
HSL color Cylindrical-coordinate representation of color #E6E9DE: hue angle of 76.36º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E9DE is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 222 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.09 |
| HSL | 76.36º | 0.2% | 0.89% | - |
| HSV(B) | 76.36º | 0.05% | 0.91% | - |
| XYZ | 74.96 | 80.37 | 80.67 | - |
| YUV | 230.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 222 | 0.01 | 0 | 0.05 | 0.09 | 76.36 | 0.2 | 0.89 |
| Hex | E6 | E9 | DE | 1 | 0 | 5 | 9 | 4C | 14 | 59 |
| Octal | 346 | 351 | 336 | 1 | 0 | 5 | 11 | 114 | 24 | 131 |
| Binary | 11100110 | 11101001 | 11011110 | 1 | 0 | 101 | 1001 | 1001100 | 10100 | 1011001 |
Color Harmonies of #E6E9DE
Complementary color
Monochromatic Colors of #E6E9DE
Black with #E6E9DE
Text Example
Text Example
White with #E6E9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9DE; }
p { color: rgb(230,233,222); }
H1.HeaderClassName
{
color: #E6E9DE;
}
.AnyTagClassName
{
color: #E6E9DE;
}
</style>
background-color css
<style>
a { background-color: #E6E9DE; }
a { background-color: rgb(230,233,222); }
div.DivClassName
{
background-color: #E6E9DE;
}
.BgClassName
{
background-color: #E6E9DE;
}
</style>
border-color css
<style>
span { border-color: #E6E9DE; }
span { border-color: rgb(230,233,222); }
td.TdClassName
{
border-color: #E6E9DE;
}
.TagClassName
{
border-color: #E6E9DE;
}
</style>