Shades of Lavender #E6DAFD
Tints of Lavender #E6DAFD
RGB
CMYK
RGB Variations
Color information
#E6DAFD (or 0xE6DAFD) is known color: Lavender. HEX triplet: E6, DA and FD. RGB value is (230,218,253). Sum of RGB (Red+Green+Blue) = 230+218+253=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFD is #192502. Grayscale: #E1E1E1. Windows color (decimal): -1647875 or 16636646. OLE color: 16636646.
HSL color Cylindrical-coordinate representation of color #E6DAFD: hue angle of 260.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6DAFD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 218 | 253 | - |
CMYK | 0.09 | 0.14 | 0 | 0.01 |
HSL | 260.57º | 0.9% | 0.92% | - |
HSV(B) | 260.57º | 0.14% | 0.99% | - |
XYZ | 75.43 | 74.06 | 103.25 | - |
YUV | 225.58 | 143.48 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 218 | 253 | 0.09 | 0.14 | 0 | 0.01 | 260.57 | 0.9 | 0.92 |
Hex | E6 | DA | FD | 9 | E | 0 | 1 | 105 | 5A | 5C |
Octal | 346 | 332 | 375 | 11 | 16 | 0 | 1 | 405 | 132 | 134 |
Binary | 11100110 | 11011010 | 11111101 | 1001 | 1110 | 0 | 1 | 100000101 | 1011010 | 1011100 |
Color Harmonies of #E6DAFD
Complementary color
Monochromatic Colors of #E6DAFD
Black with #E6DAFD
Text Example
Text Example
White with #E6DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAFD; }
p { color: rgb(230,218,253); }
H1.HeaderClassName
{
color: #E6DAFD;
}
.AnyTagClassName
{
color: #E6DAFD;
}
</style>
background-color css
<style>
a { background-color: #E6DAFD; }
a { background-color: rgb(230,218,253); }
div.DivClassName
{
background-color: #E6DAFD;
}
.BgClassName
{
background-color: #E6DAFD;
}
</style>
border-color css
<style>
span { border-color: #E6DAFD; }
span { border-color: rgb(230,218,253); }
td.TdClassName
{
border-color: #E6DAFD;
}
.TagClassName
{
border-color: #E6DAFD;
}
</style>