Shades of Lavender #E6EAFD
Tints of Lavender #E6EAFD
RGB
CMYK
RGB Variations
Color information
#E6EAFD (or 0xE6EAFD) is known color: Lavender. HEX triplet: E6, EA and FD. RGB value is (230,234,253). Sum of RGB (Red+Green+Blue) = 230+234+253=717 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.08% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFD is #191502. Grayscale: #EAEAEA. Windows color (decimal): -1643779 or 16640742. OLE color: 16640742.
HSL color Cylindrical-coordinate representation of color #E6EAFD: hue angle of 229.57º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EAFD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 234 | 253 | - |
CMYK | 0.09 | 0.08 | 0 | 0.01 |
HSL | 229.57º | 0.85% | 0.95% | - |
HSV(B) | 229.57º | 0.09% | 0.99% | - |
XYZ | 79.79 | 82.76 | 104.7 | - |
YUV | 234.97 | 138.17 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 234 | 253 | 0.09 | 0.08 | 0 | 0.01 | 229.57 | 0.85 | 0.95 |
Hex | E6 | EA | FD | 9 | 8 | 0 | 1 | E6 | 55 | 5F |
Octal | 346 | 352 | 375 | 11 | 10 | 0 | 1 | 346 | 125 | 137 |
Binary | 11100110 | 11101010 | 11111101 | 1001 | 1000 | 0 | 1 | 11100110 | 1010101 | 1011111 |
Color Harmonies of #E6EAFD
Complementary color
Monochromatic Colors of #E6EAFD
Black with #E6EAFD
Text Example
Text Example
White with #E6EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAFD; }
p { color: rgb(230,234,253); }
H1.HeaderClassName
{
color: #E6EAFD;
}
.AnyTagClassName
{
color: #E6EAFD;
}
</style>
background-color css
<style>
a { background-color: #E6EAFD; }
a { background-color: rgb(230,234,253); }
div.DivClassName
{
background-color: #E6EAFD;
}
.BgClassName
{
background-color: #E6EAFD;
}
</style>
border-color css
<style>
span { border-color: #E6EAFD; }
span { border-color: rgb(230,234,253); }
td.TdClassName
{
border-color: #E6EAFD;
}
.TagClassName
{
border-color: #E6EAFD;
}
</style>