Shades of Lavender #E6DBFE
Tints of Lavender #E6DBFE
RGB
CMYK
RGB Variations
Color information
#E6DBFE (or 0xE6DBFE) is known color: Lavender. HEX triplet: E6, DB and FE. RGB value is (230,219,254). Sum of RGB (Red+Green+Blue) = 230+219+254=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFE is #192401. Grayscale: #E2E2E2. Windows color (decimal): -1647618 or 16702438. OLE color: 16702438.
HSL color Cylindrical-coordinate representation of color #E6DBFE: hue angle of 258.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6DBFE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 219 | 254 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.00 |
| HSL | 258.86º | 0.95% | 0.93% | - |
| HSV(B) | 258.86º | 0.14% | 1% | - |
| XYZ | 75.85 | 74.64 | 104.18 | - |
| YUV | 226.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 254 | 0.09 | 0.14 | 0 | 0.00 | 258.86 | 0.95 | 0.93 |
| Hex | E6 | DB | FE | 9 | E | 0 | 0 | 103 | 5F | 5D |
| Octal | 346 | 333 | 376 | 11 | 16 | 0 | 0 | 403 | 137 | 135 |
| Binary | 11100110 | 11011011 | 11111110 | 1001 | 1110 | 0 | 0 | 100000011 | 1011111 | 1011101 |
Color Harmonies of #E6DBFE
Complementary color
Monochromatic Colors of #E6DBFE
Black with #E6DBFE
Text Example
Text Example
White with #E6DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBFE; }
p { color: rgb(230,219,254); }
H1.HeaderClassName
{
color: #E6DBFE;
}
.AnyTagClassName
{
color: #E6DBFE;
}
</style>
background-color css
<style>
a { background-color: #E6DBFE; }
a { background-color: rgb(230,219,254); }
div.DivClassName
{
background-color: #E6DBFE;
}
.BgClassName
{
background-color: #E6DBFE;
}
</style>
border-color css
<style>
span { border-color: #E6DBFE; }
span { border-color: rgb(230,219,254); }
td.TdClassName
{
border-color: #E6DBFE;
}
.TagClassName
{
border-color: #E6DBFE;
}
</style>