Html Css Color HEX #E9DAFF Magnolia

📋 copy color: '#E9DAFF'

red 233 ◦ green 218 ◦ blue 255

#E9DAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magnolia #E9DAFF

Tints of Magnolia #E9DAFF

RGB

 RED value IS 233 (91.41% from 255) = 33%

 GREEN value IS 218 (85.55% from 255) = 30.88%

 BLUE value IS 255 (100% from 255) = 36.12%

R = 33%
G = 30.88%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E9DAFF (or 0xE9DAFF) is known color: Magnolia. HEX triplet: E9, DA and FF. RGB value is (233,218,255). Sum of RGB (Red+Green+Blue) = 233+218+255=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFF is #162500. Grayscale: #E2E2E2. Windows color (decimal): -1451265 or 16767721. OLE color: 16767721.

HSL color Cylindrical-coordinate representation of color #E9DAFF: hue angle of 264.32º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9DAFF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 233 218 255 -
CMYK 0.09 0.15 0 0
HSL 264.32º 1% 0.93% -
HSV(B) 264.32º 0.15% 1% -
XYZ 76.73 74.69 104.98 -
YUV 226.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 233 218 255 0.09 0.15 0 0 264.32 1 0.93
Hex E9 DA FF 9 F 0 0 108 64 5D
Octal 351 332 377 11 17 0 0 410 144 135
Binary 11101001 11011010 11111111 1001 1111 0 0 100001000 1100100 1011101

Color Harmonies of #E9DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAFF

Black with #E9DAFF

Text Example


Text Example

White with #E9DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAFF; }

 p { color: rgb(233,218,255); }

 H1.HeaderClassName
 {
   color: #E9DAFF;
 }
 .AnyTagClassName
 {
   color: #E9DAFF;
 }
</style>

background-color css

<style>
 a { background-color: #E9DAFF; }

 a { background-color: rgb(233,218,255); }

 div.DivClassName
 {
   background-color: #E9DAFF;
 }
 .BgClassName
 {
   background-color: #E9DAFF;
 }
</style>

border-color css

<style>
 span { border-color: #E9DAFF; }

 span { border-color: rgb(233,218,255); }

 td.TdClassName
 {
   border-color: #E9DAFF;
 }
 .TagClassName
 {
   border-color: #E9DAFF;
 }
</style>