Shades of Lavender #E6E6FE
Tints of Lavender #E6E6FE
RGB
CMYK
RGB Variations
Color information
#E6E6FE (or 0xE6E6FE) is known color: Lavender. HEX triplet: E6, E6 and FE. RGB value is (230,230,254). Sum of RGB (Red+Green+Blue) = 230+230+254=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6FE is #191901. Grayscale: #E8E8E8. Windows color (decimal): -1644802 or 16705254. OLE color: 16705254.
HSL color Cylindrical-coordinate representation of color #E6E6FE: hue angle of 240º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E6FE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 230 | 254 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.00 |
| HSL | 240º | 0.92% | 0.95% | - |
| HSV(B) | 240º | 0.09% | 1% | - |
| XYZ | 78.82 | 80.57 | 105.16 | - |
| YUV | 232.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 254 | 0.09 | 0.09 | 0 | 0.00 | 240 | 0.92 | 0.95 |
| Hex | E6 | E6 | FE | 9 | 9 | 0 | 0 | F0 | 5C | 5F |
| Octal | 346 | 346 | 376 | 11 | 11 | 0 | 0 | 360 | 134 | 137 |
| Binary | 11100110 | 11100110 | 11111110 | 1001 | 1001 | 0 | 0 | 11110000 | 1011100 | 1011111 |
Color Harmonies of #E6E6FE
Complementary color
Monochromatic Colors of #E6E6FE
Black with #E6E6FE
Text Example
Text Example
White with #E6E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6FE; }
p { color: rgb(230,230,254); }
H1.HeaderClassName
{
color: #E6E6FE;
}
.AnyTagClassName
{
color: #E6E6FE;
}
</style>
background-color css
<style>
a { background-color: #E6E6FE; }
a { background-color: rgb(230,230,254); }
div.DivClassName
{
background-color: #E6E6FE;
}
.BgClassName
{
background-color: #E6E6FE;
}
</style>
border-color css
<style>
span { border-color: #E6E6FE; }
span { border-color: rgb(230,230,254); }
td.TdClassName
{
border-color: #E6E6FE;
}
.TagClassName
{
border-color: #E6E6FE;
}
</style>