Shades of Lavender #E9E6F2
Tints of Lavender #E9E6F2
RGB
CMYK
RGB Variations
Color information
#E9E6F2 (or 0xE9E6F2) is known color: Lavender. HEX triplet: E9, E6 and F2. RGB value is (233,230,242). Sum of RGB (Red+Green+Blue) = 233+230+242=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9E6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E6F2 is #16190D. Grayscale: #E8E8E8. Windows color (decimal): -1448206 or 15918825. OLE color: 15918825.
HSL color Cylindrical-coordinate representation of color #E9E6F2: hue angle of 255º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9E6F2 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 230 | 242 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.05 |
| HSL | 255º | 0.32% | 0.93% | - |
| HSV(B) | 255º | 0.05% | 0.95% | - |
| XYZ | 77.93 | 80.33 | 95.4 | - |
| YUV | 232.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 242 | 0.04 | 0.05 | 0 | 0.05 | 255 | 0.32 | 0.93 |
| Hex | E9 | E6 | F2 | 4 | 5 | 0 | 5 | FF | 20 | 5D |
| Octal | 351 | 346 | 362 | 4 | 5 | 0 | 5 | 377 | 40 | 135 |
| Binary | 11101001 | 11100110 | 11110010 | 100 | 101 | 0 | 101 | 11111111 | 100000 | 1011101 |
Color Harmonies of #E9E6F2
Complementary color
Monochromatic Colors of #E9E6F2
Black with #E9E6F2
Text Example
Text Example
White with #E9E6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6F2; }
p { color: rgb(233,230,242); }
H1.HeaderClassName
{
color: #E9E6F2;
}
.AnyTagClassName
{
color: #E9E6F2;
}
</style>
background-color css
<style>
a { background-color: #E9E6F2; }
a { background-color: rgb(233,230,242); }
div.DivClassName
{
background-color: #E9E6F2;
}
.BgClassName
{
background-color: #E9E6F2;
}
</style>
border-color css
<style>
span { border-color: #E9E6F2; }
span { border-color: rgb(233,230,242); }
td.TdClassName
{
border-color: #E9E6F2;
}
.TagClassName
{
border-color: #E9E6F2;
}
</style>