Shades of Lavender #E6DCFF
Tints of Lavender #E6DCFF
RGB
CMYK
RGB Variations
Color information
#E6DCFF (or 0xE6DCFF) is known color: Lavender. HEX triplet: E6, DC and FF. RGB value is (230,220,255). Sum of RGB (Red+Green+Blue) = 230+220+255=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFF is #192300. Grayscale: #E2E2E2. Windows color (decimal): -1647361 or 16768230. OLE color: 16768230.
HSL color Cylindrical-coordinate representation of color #E6DCFF: hue angle of 257.14º 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 #E6DCFF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 220 | 255 | - |
CMYK | 0.10 | 0.14 | 0 | 0 |
HSL | 257.14º | 1% | 0.93% | - |
HSV(B) | 257.14º | 0.14% | 1% | - |
XYZ | 76.28 | 75.23 | 105.11 | - |
YUV | 226.98 | 143.81 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 255 | 0.10 | 0.14 | 0 | 0 | 257.14 | 1 | 0.93 |
Hex | E6 | DC | FF | A | E | 0 | 0 | 101 | 64 | 5D |
Octal | 346 | 334 | 377 | 12 | 16 | 0 | 0 | 401 | 144 | 135 |
Binary | 11100110 | 11011100 | 11111111 | 1010 | 1110 | 0 | 0 | 100000001 | 1100100 | 1011101 |
Color Harmonies of #E6DCFF
Complementary color
Monochromatic Colors of #E6DCFF
Black with #E6DCFF
Text Example
Text Example
White with #E6DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCFF; }
p { color: rgb(230,220,255); }
H1.HeaderClassName
{
color: #E6DCFF;
}
.AnyTagClassName
{
color: #E6DCFF;
}
</style>
background-color css
<style>
a { background-color: #E6DCFF; }
a { background-color: rgb(230,220,255); }
div.DivClassName
{
background-color: #E6DCFF;
}
.BgClassName
{
background-color: #E6DCFF;
}
</style>
border-color css
<style>
span { border-color: #E6DCFF; }
span { border-color: rgb(230,220,255); }
td.TdClassName
{
border-color: #E6DCFF;
}
.TagClassName
{
border-color: #E6DCFF;
}
</style>