#E6DAFC

Color #E6DAFC Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #E6DAFC

Tints of Magnolia #E6DAFC

Color information

#E6DAFC (or 0xE6DAFC) is unknown color: approx 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

RGB230218252-
CMYK0.090.1300.01
HSL261.18º85%92.16%-
HSV(B)261.18º13.49%98.82%-
XYZ75.2873.99102.41-
YUV225.46142.98131.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 32.86%
GREEN value IS 218 (85.55% from 255) = 31.14%
BLUE value IS 252 (98.83% from 255) = 36%
R=32.86%
G=31.14%
B=36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302182520.090.1300.01261.188592.16
HexE6DAFC9D01105555c
Octal346332374111501405125134
Binary111001101101101011111100100111010110000010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>