Shades of Lavender #E6DEFE
Tints of Lavender #E6DEFE
RGB
CMYK
RGB Variations
Color information
#E6DEFE (or 0xE6DEFE) is known color: Lavender. HEX triplet: E6, DE and FE. RGB value is (230,222,254). Sum of RGB (Red+Green+Blue) = 230+222+254=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEFE is #192101. Grayscale: #E3E3E3. Windows color (decimal): -1646850 or 16703206. OLE color: 16703206.
HSL color Cylindrical-coordinate representation of color #E6DEFE: hue angle of 255º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DEFE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 222 | 254 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.00 |
| HSL | 255º | 0.94% | 0.93% | - |
| HSV(B) | 255º | 0.13% | 1% | - |
| XYZ | 76.64 | 76.22 | 104.44 | - |
| YUV | 228.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 254 | 0.09 | 0.13 | 0 | 0.00 | 255 | 0.94 | 0.93 |
| Hex | E6 | DE | FE | 9 | D | 0 | 0 | FF | 5E | 5D |
| Octal | 346 | 336 | 376 | 11 | 15 | 0 | 0 | 377 | 136 | 135 |
| Binary | 11100110 | 11011110 | 11111110 | 1001 | 1101 | 0 | 0 | 11111111 | 1011110 | 1011101 |
Color Harmonies of #E6DEFE
Complementary color
Monochromatic Colors of #E6DEFE
Black with #E6DEFE
Text Example
Text Example
White with #E6DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEFE; }
p { color: rgb(230,222,254); }
H1.HeaderClassName
{
color: #E6DEFE;
}
.AnyTagClassName
{
color: #E6DEFE;
}
</style>
background-color css
<style>
a { background-color: #E6DEFE; }
a { background-color: rgb(230,222,254); }
div.DivClassName
{
background-color: #E6DEFE;
}
.BgClassName
{
background-color: #E6DEFE;
}
</style>
border-color css
<style>
span { border-color: #E6DEFE; }
span { border-color: rgb(230,222,254); }
td.TdClassName
{
border-color: #E6DEFE;
}
.TagClassName
{
border-color: #E6DEFE;
}
</style>