Html Css Color HEX #E7DAFF Magnolia

📋 copy color: '#E7DAFF'

red 231 ◦ green 218 ◦ blue 255

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

Shades of Magnolia #E7DAFF

Tints of Magnolia #E7DAFF

RGB

 RED value IS 231 (90.63% from 255) = 32.81%

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

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

R = 32.81%
G = 30.97%
B = 36.22%

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

#E7DAFF (or 0xE7DAFF) is known color: Magnolia. HEX triplet: E7, DA and FF. RGB value is (231,218,255). Sum of RGB (Red+Green+Blue) = 231+218+255=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFF is #182500. Grayscale: #E1E1E1. Windows color (decimal): -1582337 or 16767719. OLE color: 16767719.

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

Color convert

RGB 231 218 255 -
CMYK 0.09 0.15 0 0
HSL 261.08º 1% 0.93% -
HSV(B) 261.08º 0.15% 1% -
XYZ 76.08 74.35 104.95 -
YUV 226.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 231 218 255 0.09 0.15 0 0 261.08 1 0.93
Hex E7 DA FF 9 F 0 0 105 64 5D
Octal 347 332 377 11 17 0 0 405 144 135
Binary 11100111 11011010 11111111 1001 1111 0 0 100000101 1100100 1011101

Color Harmonies of #E7DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAFF

Black with #E7DAFF

Text Example


Text Example

White with #E7DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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