Shades of Lavender #E6DBFF
Tints of Lavender #E6DBFF
RGB
CMYK
RGB Variations
Color information
#E6DBFF (or 0xE6DBFF) is known color: Lavender. HEX triplet: E6, DB and FF. RGB value is (230,219,255). Sum of RGB (Red+Green+Blue) = 230+219+255=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFF is #192400. Grayscale: #E2E2E2. Windows color (decimal): -1647617 or 16767974. OLE color: 16767974.
HSL color Cylindrical-coordinate representation of color #E6DBFF: hue angle of 258.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6DBFF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 219 | 255 | - |
| CMYK | 0.10 | 0.14 | 0 | 0 |
| HSL | 258.33º | 1% | 0.93% | - |
| HSV(B) | 258.33º | 0.14% | 1% | - |
| XYZ | 76.01 | 74.71 | 105.02 | - |
| YUV | 226.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 255 | 0.10 | 0.14 | 0 | 0 | 258.33 | 1 | 0.93 |
| Hex | E6 | DB | FF | A | E | 0 | 0 | 102 | 64 | 5D |
| Octal | 346 | 333 | 377 | 12 | 16 | 0 | 0 | 402 | 144 | 135 |
| Binary | 11100110 | 11011011 | 11111111 | 1010 | 1110 | 0 | 0 | 100000010 | 1100100 | 1011101 |
Color Harmonies of #E6DBFF
Complementary color
Monochromatic Colors of #E6DBFF
Black with #E6DBFF
Text Example
Text Example
White with #E6DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBFF; }
p { color: rgb(230,219,255); }
H1.HeaderClassName
{
color: #E6DBFF;
}
.AnyTagClassName
{
color: #E6DBFF;
}
</style>
background-color css
<style>
a { background-color: #E6DBFF; }
a { background-color: rgb(230,219,255); }
div.DivClassName
{
background-color: #E6DBFF;
}
.BgClassName
{
background-color: #E6DBFF;
}
</style>
border-color css
<style>
span { border-color: #E6DBFF; }
span { border-color: rgb(230,219,255); }
td.TdClassName
{
border-color: #E6DBFF;
}
.TagClassName
{
border-color: #E6DBFF;
}
</style>