Shades of Lavender #E6E6FC
Tints of Lavender #E6E6FC
RGB
CMYK
RGB Variations
Color information
#E6E6FC (or 0xE6E6FC) is known color: Lavender. HEX triplet: E6, E6 and FC. RGB value is (230,230,252). Sum of RGB (Red+Green+Blue) = 230+230+252=712 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.30% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6E6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6FC is #191903. Grayscale: #E8E8E8. Windows color (decimal): -1644804 or 16574182. OLE color: 16574182.
HSL color Cylindrical-coordinate representation of color #E6E6FC: hue angle of 240º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E6FC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 230 | 252 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.01 |
| HSL | 240º | 0.79% | 0.95% | - |
| HSV(B) | 240º | 0.09% | 0.99% | - |
| XYZ | 78.5 | 80.44 | 103.49 | - |
| YUV | 232.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 252 | 0.09 | 0.09 | 0 | 0.01 | 240 | 0.79 | 0.95 |
| Hex | E6 | E6 | FC | 9 | 9 | 0 | 1 | F0 | 4F | 5F |
| Octal | 346 | 346 | 374 | 11 | 11 | 0 | 1 | 360 | 117 | 137 |
| Binary | 11100110 | 11100110 | 11111100 | 1001 | 1001 | 0 | 1 | 11110000 | 1001111 | 1011111 |
Color Harmonies of #E6E6FC
Complementary color
Monochromatic Colors of #E6E6FC
Black with #E6E6FC
Text Example
Text Example
White with #E6E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6FC; }
p { color: rgb(230,230,252); }
H1.HeaderClassName
{
color: #E6E6FC;
}
.AnyTagClassName
{
color: #E6E6FC;
}
</style>
background-color css
<style>
a { background-color: #E6E6FC; }
a { background-color: rgb(230,230,252); }
div.DivClassName
{
background-color: #E6E6FC;
}
.BgClassName
{
background-color: #E6E6FC;
}
</style>
border-color css
<style>
span { border-color: #E6E6FC; }
span { border-color: rgb(230,230,252); }
td.TdClassName
{
border-color: #E6E6FC;
}
.TagClassName
{
border-color: #E6E6FC;
}
</style>