Shades of Lavender #E6DFF9
Tints of Lavender #E6DFF9
RGB
CMYK
RGB Variations
Color information
#E6DFF9 (or 0xE6DFF9) is known color: Lavender. HEX triplet: E6, DF and F9. RGB value is (230,223,249). Sum of RGB (Red+Green+Blue) = 230+223+249=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFF9 is #192006. Grayscale: #E3E3E3. Windows color (decimal): -1646599 or 16375782. OLE color: 16375782.
HSL color Cylindrical-coordinate representation of color #E6DFF9: hue angle of 256.15º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DFF9 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 223 | 249 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.02 |
| HSL | 256.15º | 0.68% | 0.93% | - |
| HSV(B) | 256.15º | 0.1% | 0.98% | - |
| XYZ | 76.12 | 76.44 | 100.36 | - |
| YUV | 228.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 249 | 0.08 | 0.10 | 0 | 0.02 | 256.15 | 0.68 | 0.93 |
| Hex | E6 | DF | F9 | 8 | A | 0 | 2 | 100 | 44 | 5D |
| Octal | 346 | 337 | 371 | 10 | 12 | 0 | 2 | 400 | 104 | 135 |
| Binary | 11100110 | 11011111 | 11111001 | 1000 | 1010 | 0 | 10 | 100000000 | 1000100 | 1011101 |
Color Harmonies of #E6DFF9
Complementary color
Monochromatic Colors of #E6DFF9
Black with #E6DFF9
Text Example
Text Example
White with #E6DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFF9; }
p { color: rgb(230,223,249); }
H1.HeaderClassName
{
color: #E6DFF9;
}
.AnyTagClassName
{
color: #E6DFF9;
}
</style>
background-color css
<style>
a { background-color: #E6DFF9; }
a { background-color: rgb(230,223,249); }
div.DivClassName
{
background-color: #E6DFF9;
}
.BgClassName
{
background-color: #E6DFF9;
}
</style>
border-color css
<style>
span { border-color: #E6DFF9; }
span { border-color: rgb(230,223,249); }
td.TdClassName
{
border-color: #E6DFF9;
}
.TagClassName
{
border-color: #E6DFF9;
}
</style>