Shades of Black Squeeze #E9EADF
Tints of Black Squeeze #E9EADF
RGB
CMYK
RGB Variations
Color information
#E9EADF (or 0xE9EADF) is known color: Black Squeeze. HEX triplet: E9, EA and DF. RGB value is (233,234,223). Sum of RGB (Red+Green+Blue) = 233+234+223=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 234 - color contains mainly: green. Hex color #E9EADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EADF is #161520. Grayscale: #E8E8E8. Windows color (decimal): -1447201 or 14674665. OLE color: 14674665.
HSL color Cylindrical-coordinate representation of color #E9EADF: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9EADF is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 234 | 223 | - |
CMYK | 0.00 | 0 | 0.05 | 0.08 |
HSL | 65.45º | 0.21% | 0.9% | - |
HSV(B) | 65.45º | 0.05% | 0.92% | - |
XYZ | 76.35 | 81.5 | 81.52 | - |
YUV | 232.45 | 122.67 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 223 | 0.00 | 0 | 0.05 | 0.08 | 65.45 | 0.21 | 0.9 |
Hex | E9 | EA | DF | 0 | 0 | 5 | 8 | 41 | 15 | 5A |
Octal | 351 | 352 | 337 | 0 | 0 | 5 | 10 | 101 | 25 | 132 |
Binary | 11101001 | 11101010 | 11011111 | 0 | 0 | 101 | 1000 | 1000001 | 10101 | 1011010 |
Color Harmonies of #E9EADF
Complementary color
Monochromatic Colors of #E9EADF
Black with #E9EADF
Text Example
Text Example
White with #E9EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EADF; }
p { color: rgb(233,234,223); }
H1.HeaderClassName
{
color: #E9EADF;
}
.AnyTagClassName
{
color: #E9EADF;
}
</style>
background-color css
<style>
a { background-color: #E9EADF; }
a { background-color: rgb(233,234,223); }
div.DivClassName
{
background-color: #E9EADF;
}
.BgClassName
{
background-color: #E9EADF;
}
</style>
border-color css
<style>
span { border-color: #E9EADF; }
span { border-color: rgb(233,234,223); }
td.TdClassName
{
border-color: #E9EADF;
}
.TagClassName
{
border-color: #E9EADF;
}
</style>