Shades of Lavender #E6DFFB
Tints of Lavender #E6DFFB
RGB
CMYK
RGB Variations
Color information
#E6DFFB (or 0xE6DFFB) is known color: Lavender. HEX triplet: E6, DF and FB. RGB value is (230,223,251). Sum of RGB (Red+Green+Blue) = 230+223+251=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFFB is #192004. Grayscale: #E4E4E4. Windows color (decimal): -1646597 or 16506854. OLE color: 16506854.
HSL color Cylindrical-coordinate representation of color #E6DFFB: hue angle of 255º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DFFB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 223 | 251 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.02 |
| HSL | 255º | 0.78% | 0.93% | - |
| HSV(B) | 255º | 0.11% | 0.98% | - |
| XYZ | 76.43 | 76.56 | 102.02 | - |
| YUV | 228.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 251 | 0.08 | 0.11 | 0 | 0.02 | 255 | 0.78 | 0.93 |
| Hex | E6 | DF | FB | 8 | B | 0 | 2 | FF | 4E | 5D |
| Octal | 346 | 337 | 373 | 10 | 13 | 0 | 2 | 377 | 116 | 135 |
| Binary | 11100110 | 11011111 | 11111011 | 1000 | 1011 | 0 | 10 | 11111111 | 1001110 | 1011101 |
Color Harmonies of #E6DFFB
Complementary color
Monochromatic Colors of #E6DFFB
Black with #E6DFFB
Text Example
Text Example
White with #E6DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFFB; }
p { color: rgb(230,223,251); }
H1.HeaderClassName
{
color: #E6DFFB;
}
.AnyTagClassName
{
color: #E6DFFB;
}
</style>
background-color css
<style>
a { background-color: #E6DFFB; }
a { background-color: rgb(230,223,251); }
div.DivClassName
{
background-color: #E6DFFB;
}
.BgClassName
{
background-color: #E6DFFB;
}
</style>
border-color css
<style>
span { border-color: #E6DFFB; }
span { border-color: rgb(230,223,251); }
td.TdClassName
{
border-color: #E6DFFB;
}
.TagClassName
{
border-color: #E6DFFB;
}
</style>