Shades of Lavender #EAEAEC
Tints of Lavender #EAEAEC
RGB
CMYK
RGB Variations
Color information
#EAEAEC (or 0xEAEAEC) is known color: Lavender. HEX triplet: EA, EA and EC. RGB value is (234,234,236). Sum of RGB (Red+Green+Blue) = 234+234+236=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAEAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAEC is #151513. Grayscale: #EAEAEA. Windows color (decimal): -1381652 or 15526634. OLE color: 15526634.
HSL color Cylindrical-coordinate representation of color #EAEAEC: hue angle of 240º degrees, saturation: 0.05, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAEAEC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 234 | 236 | - |
CMYK | 0.01 | 0.01 | 0 | 0.07 |
HSL | 240º | 0.05% | 0.92% | - |
HSV(B) | 240º | 0.01% | 0.93% | - |
XYZ | 78.49 | 82.39 | 91.12 | - |
YUV | 234.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 236 | 0.01 | 0.01 | 0 | 0.07 | 240 | 0.05 | 0.92 |
Hex | EA | EA | EC | 1 | 1 | 0 | 7 | F0 | 5 | 5C |
Octal | 352 | 352 | 354 | 1 | 1 | 0 | 7 | 360 | 5 | 134 |
Binary | 11101010 | 11101010 | 11101100 | 1 | 1 | 0 | 111 | 11110000 | 101 | 1011100 |
Color Harmonies of #EAEAEC
Complementary color
Monochromatic Colors of #EAEAEC
Black with #EAEAEC
Text Example
Text Example
White with #EAEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAEC; }
p { color: rgb(234,234,236); }
H1.HeaderClassName
{
color: #EAEAEC;
}
.AnyTagClassName
{
color: #EAEAEC;
}
</style>
background-color css
<style>
a { background-color: #EAEAEC; }
a { background-color: rgb(234,234,236); }
div.DivClassName
{
background-color: #EAEAEC;
}
.BgClassName
{
background-color: #EAEAEC;
}
</style>
border-color css
<style>
span { border-color: #EAEAEC; }
span { border-color: rgb(234,234,236); }
td.TdClassName
{
border-color: #EAEAEC;
}
.TagClassName
{
border-color: #EAEAEC;
}
</style>