Shades of Black Squeeze #E6EADC
Tints of Black Squeeze #E6EADC
RGB
CMYK
RGB Variations
Color information
#E6EADC (or 0xE6EADC) is known color: Black Squeeze. HEX triplet: E6, EA and DC. RGB value is (230,234,220). Sum of RGB (Red+Green+Blue) = 230+234+220=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EADC is #191523. Grayscale: #E7E7E7. Windows color (decimal): -1643812 or 14478054. OLE color: 14478054.
HSL color Cylindrical-coordinate representation of color #E6EADC: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EADC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 220 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.08 |
| HSL | 77.14º | 0.25% | 0.89% | - |
| HSV(B) | 77.14º | 0.06% | 0.92% | - |
| XYZ | 74.97 | 80.84 | 79.36 | - |
| YUV | 231.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 220 | 0.02 | 0 | 0.06 | 0.08 | 77.14 | 0.25 | 0.89 |
| Hex | E6 | EA | DC | 2 | 0 | 6 | 8 | 4D | 19 | 59 |
| Octal | 346 | 352 | 334 | 2 | 0 | 6 | 10 | 115 | 31 | 131 |
| Binary | 11100110 | 11101010 | 11011100 | 10 | 0 | 110 | 1000 | 1001101 | 11001 | 1011001 |
Color Harmonies of #E6EADC
Complementary color
Monochromatic Colors of #E6EADC
Black with #E6EADC
Text Example
Text Example
White with #E6EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EADC; }
p { color: rgb(230,234,220); }
H1.HeaderClassName
{
color: #E6EADC;
}
.AnyTagClassName
{
color: #E6EADC;
}
</style>
background-color css
<style>
a { background-color: #E6EADC; }
a { background-color: rgb(230,234,220); }
div.DivClassName
{
background-color: #E6EADC;
}
.BgClassName
{
background-color: #E6EADC;
}
</style>
border-color css
<style>
span { border-color: #E6EADC; }
span { border-color: rgb(230,234,220); }
td.TdClassName
{
border-color: #E6EADC;
}
.TagClassName
{
border-color: #E6EADC;
}
</style>