Shades of Lavender #E6DCFD
Tints of Lavender #E6DCFD
RGB
CMYK
RGB Variations
Color information
#E6DCFD (or 0xE6DCFD) is known color: Lavender. HEX triplet: E6, DC and FD. RGB value is (230,220,253). Sum of RGB (Red+Green+Blue) = 230+220+253=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFD is #192302. Grayscale: #E2E2E2. Windows color (decimal): -1647363 or 16637158. OLE color: 16637158.
HSL color Cylindrical-coordinate representation of color #E6DCFD: hue angle of 258.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DCFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 220 | 253 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.01 |
| HSL | 258.18º | 0.89% | 0.93% | - |
| HSV(B) | 258.18º | 0.13% | 0.99% | - |
| XYZ | 75.96 | 75.1 | 103.42 | - |
| YUV | 226.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 253 | 0.09 | 0.13 | 0 | 0.01 | 258.18 | 0.89 | 0.93 |
| Hex | E6 | DC | FD | 9 | D | 0 | 1 | 102 | 59 | 5D |
| Octal | 346 | 334 | 375 | 11 | 15 | 0 | 1 | 402 | 131 | 135 |
| Binary | 11100110 | 11011100 | 11111101 | 1001 | 1101 | 0 | 1 | 100000010 | 1011001 | 1011101 |
Color Harmonies of #E6DCFD
Complementary color
Monochromatic Colors of #E6DCFD
Black with #E6DCFD
Text Example
Text Example
White with #E6DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCFD; }
p { color: rgb(230,220,253); }
H1.HeaderClassName
{
color: #E6DCFD;
}
.AnyTagClassName
{
color: #E6DCFD;
}
</style>
background-color css
<style>
a { background-color: #E6DCFD; }
a { background-color: rgb(230,220,253); }
div.DivClassName
{
background-color: #E6DCFD;
}
.BgClassName
{
background-color: #E6DCFD;
}
</style>
border-color css
<style>
span { border-color: #E6DCFD; }
span { border-color: rgb(230,220,253); }
td.TdClassName
{
border-color: #E6DCFD;
}
.TagClassName
{
border-color: #E6DCFD;
}
</style>