Shades of Lavender #E6DDFB
Tints of Lavender #E6DDFB
RGB
CMYK
RGB Variations
Color information
#E6DDFB (or 0xE6DDFB) is known color: Lavender. HEX triplet: E6, DD and FB. RGB value is (230,221,251). Sum of RGB (Red+Green+Blue) = 230+221+251=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDFB is #192204. Grayscale: #E3E3E3. Windows color (decimal): -1647109 or 16506342. OLE color: 16506342.
HSL color Cylindrical-coordinate representation of color #E6DDFB: hue angle of 258º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DDFB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 221 | 251 | - |
CMYK | 0.08 | 0.12 | 0 | 0.02 |
HSL | 258º | 0.79% | 0.93% | - |
HSV(B) | 258º | 0.12% | 0.98% | - |
XYZ | 75.9 | 75.5 | 101.84 | - |
YUV | 227.11 | 141.48 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 251 | 0.08 | 0.12 | 0 | 0.02 | 258 | 0.79 | 0.93 |
Hex | E6 | DD | FB | 8 | C | 0 | 2 | 102 | 4F | 5D |
Octal | 346 | 335 | 373 | 10 | 14 | 0 | 2 | 402 | 117 | 135 |
Binary | 11100110 | 11011101 | 11111011 | 1000 | 1100 | 0 | 10 | 100000010 | 1001111 | 1011101 |
Color Harmonies of #E6DDFB
Complementary color
Monochromatic Colors of #E6DDFB
Black with #E6DDFB
Text Example
Text Example
White with #E6DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDFB; }
p { color: rgb(230,221,251); }
H1.HeaderClassName
{
color: #E6DDFB;
}
.AnyTagClassName
{
color: #E6DDFB;
}
</style>
background-color css
<style>
a { background-color: #E6DDFB; }
a { background-color: rgb(230,221,251); }
div.DivClassName
{
background-color: #E6DDFB;
}
.BgClassName
{
background-color: #E6DDFB;
}
</style>
border-color css
<style>
span { border-color: #E6DDFB; }
span { border-color: rgb(230,221,251); }
td.TdClassName
{
border-color: #E6DDFB;
}
.TagClassName
{
border-color: #E6DDFB;
}
</style>