Shades of Magnolia #E6DAFC
Tints of Magnolia #E6DAFC
RGB
CMYK
RGB Variations
Color information
#E6DAFC (or 0xE6DAFC) is known color: Magnolia. HEX triplet: E6, DA and FC. RGB value is (230,218,252). Sum of RGB (Red+Green+Blue) = 230+218+252=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFC is #192503. Grayscale: #E1E1E1. Windows color (decimal): -1647876 or 16571110. OLE color: 16571110.
HSL color Cylindrical-coordinate representation of color #E6DAFC: hue angle of 261.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DAFC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 218 | 252 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 261.18º | 0.85% | 0.92% | - |
HSV(B) | 261.18º | 0.13% | 0.99% | - |
XYZ | 75.28 | 73.99 | 102.41 | - |
YUV | 225.46 | 142.98 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 218 | 252 | 0.09 | 0.13 | 0 | 0.01 | 261.18 | 0.85 | 0.92 |
Hex | E6 | DA | FC | 9 | D | 0 | 1 | 105 | 55 | 5C |
Octal | 346 | 332 | 374 | 11 | 15 | 0 | 1 | 405 | 125 | 134 |
Binary | 11100110 | 11011010 | 11111100 | 1001 | 1101 | 0 | 1 | 100000101 | 1010101 | 1011100 |
Color Harmonies of #E6DAFC
Complementary color
Monochromatic Colors of #E6DAFC
Black with #E6DAFC
Text Example
Text Example
White with #E6DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAFC; }
p { color: rgb(230,218,252); }
H1.HeaderClassName
{
color: #E6DAFC;
}
.AnyTagClassName
{
color: #E6DAFC;
}
</style>
background-color css
<style>
a { background-color: #E6DAFC; }
a { background-color: rgb(230,218,252); }
div.DivClassName
{
background-color: #E6DAFC;
}
.BgClassName
{
background-color: #E6DAFC;
}
</style>
border-color css
<style>
span { border-color: #E6DAFC; }
span { border-color: rgb(230,218,252); }
td.TdClassName
{
border-color: #E6DAFC;
}
.TagClassName
{
border-color: #E6DAFC;
}
</style>