Html Css Color HEX #E8DAFF Magnolia

📋 copy color: '#E8DAFF'

red 232 ◦ green 218 ◦ blue 255

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

Shades of Magnolia #E8DAFF

Tints of Magnolia #E8DAFF

RGB

 RED value IS 232 (91.02% from 255) = 32.91%

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

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

R = 32.91%
G = 30.92%
B = 36.17%

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

#E8DAFF (or 0xE8DAFF) is known color: Magnolia. HEX triplet: E8, DA and FF. RGB value is (232,218,255). Sum of RGB (Red+Green+Blue) = 232+218+255=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAFF is #172500. Grayscale: #E2E2E2. Windows color (decimal): -1516801 or 16767720. OLE color: 16767720.

HSL color Cylindrical-coordinate representation of color #E8DAFF: hue angle of 262.7º 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 #E8DAFF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 232 218 255 -
CMYK 0.09 0.15 0 0
HSL 262.7º 1% 0.93% -
HSV(B) 262.7º 0.15% 1% -
XYZ 76.4 74.52 104.96 -
YUV 226.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 232 218 255 0.09 0.15 0 0 262.7 1 0.93
Hex E8 DA FF 9 F 0 0 107 64 5D
Octal 350 332 377 11 17 0 0 407 144 135
Binary 11101000 11011010 11111111 1001 1111 0 0 100000111 1100100 1011101

Color Harmonies of #E8DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAFF

Black with #E8DAFF

Text Example


Text Example

White with #E8DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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