Shades of Lavender #E6DDFC
Tints of Lavender #E6DDFC
RGB
CMYK
RGB Variations
Color information
#E6DDFC (or 0xE6DDFC) is known color: Lavender. HEX triplet: E6, DD and FC. RGB value is (230,221,252). Sum of RGB (Red+Green+Blue) = 230+221+252=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDFC is #192203. Grayscale: #E3E3E3. Windows color (decimal): -1647108 or 16571878. OLE color: 16571878.
HSL color Cylindrical-coordinate representation of color #E6DDFC: hue angle of 257.42º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DDFC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 221 | 252 | - |
CMYK | 0.09 | 0.12 | 0 | 0.01 |
HSL | 257.42º | 0.84% | 0.93% | - |
HSV(B) | 257.42º | 0.12% | 0.99% | - |
XYZ | 76.06 | 75.56 | 102.67 | - |
YUV | 227.23 | 141.98 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 252 | 0.09 | 0.12 | 0 | 0.01 | 257.42 | 0.84 | 0.93 |
Hex | E6 | DD | FC | 9 | C | 0 | 1 | 101 | 54 | 5D |
Octal | 346 | 335 | 374 | 11 | 14 | 0 | 1 | 401 | 124 | 135 |
Binary | 11100110 | 11011101 | 11111100 | 1001 | 1100 | 0 | 1 | 100000001 | 1010100 | 1011101 |
Color Harmonies of #E6DDFC
Complementary color
Monochromatic Colors of #E6DDFC
Black with #E6DDFC
Text Example
Text Example
White with #E6DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDFC; }
p { color: rgb(230,221,252); }
H1.HeaderClassName
{
color: #E6DDFC;
}
.AnyTagClassName
{
color: #E6DDFC;
}
</style>
background-color css
<style>
a { background-color: #E6DDFC; }
a { background-color: rgb(230,221,252); }
div.DivClassName
{
background-color: #E6DDFC;
}
.BgClassName
{
background-color: #E6DDFC;
}
</style>
border-color css
<style>
span { border-color: #E6DDFC; }
span { border-color: rgb(230,221,252); }
td.TdClassName
{
border-color: #E6DDFC;
}
.TagClassName
{
border-color: #E6DDFC;
}
</style>