Shades of Black Squeeze #E6E9DD
Tints of Black Squeeze #E6E9DD
RGB
CMYK
RGB Variations
Color information
#E6E9DD (or 0xE6E9DD) is known color: Black Squeeze. HEX triplet: E6, E9 and DD. RGB value is (230,233,221). Sum of RGB (Red+Green+Blue) = 230+233+221=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E9DD is #191622. Grayscale: #E6E6E6. Windows color (decimal): -1644067 or 14543334. OLE color: 14543334.
HSL color Cylindrical-coordinate representation of color #E6E9DD: hue angle of 75º degrees, saturation: 0.21, 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 #E6E9DD is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 221 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.09 |
| HSL | 75º | 0.21% | 0.89% | - |
| HSV(B) | 75º | 0.05% | 0.91% | - |
| XYZ | 74.82 | 80.32 | 79.97 | - |
| YUV | 230.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 221 | 0.01 | 0 | 0.05 | 0.09 | 75 | 0.21 | 0.89 |
| Hex | E6 | E9 | DD | 1 | 0 | 5 | 9 | 4B | 15 | 59 |
| Octal | 346 | 351 | 335 | 1 | 0 | 5 | 11 | 113 | 25 | 131 |
| Binary | 11100110 | 11101001 | 11011101 | 1 | 0 | 101 | 1001 | 1001011 | 10101 | 1011001 |
Color Harmonies of #E6E9DD
Complementary color
Monochromatic Colors of #E6E9DD
Black with #E6E9DD
Text Example
Text Example
White with #E6E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9DD; }
p { color: rgb(230,233,221); }
H1.HeaderClassName
{
color: #E6E9DD;
}
.AnyTagClassName
{
color: #E6E9DD;
}
</style>
background-color css
<style>
a { background-color: #E6E9DD; }
a { background-color: rgb(230,233,221); }
div.DivClassName
{
background-color: #E6E9DD;
}
.BgClassName
{
background-color: #E6E9DD;
}
</style>
border-color css
<style>
span { border-color: #E6E9DD; }
span { border-color: rgb(230,233,221); }
td.TdClassName
{
border-color: #E6E9DD;
}
.TagClassName
{
border-color: #E6E9DD;
}
</style>