Html Css Color HEX #E7DAFE Magnolia

📋 copy color: '#E7DAFE'

red 231 ◦ green 218 ◦ blue 254

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

Shades of Magnolia #E7DAFE

Tints of Magnolia #E7DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.13%

R = 32.86%
G = 31.01%
B = 36.13%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E7DAFE (or 0xE7DAFE) is known color: Magnolia. HEX triplet: E7, DA and FE. RGB value is (231,218,254). Sum of RGB (Red+Green+Blue) = 231+218+254=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFE is #182501. Grayscale: #E1E1E1. Windows color (decimal): -1582338 or 16702183. OLE color: 16702183.

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

Color convert

RGB 231 218 254 -
CMYK 0.09 0.14 0 0.00
HSL 261.67º 0.95% 0.93% -
HSV(B) 261.67º 0.14% 1% -
XYZ 75.92 74.29 104.1 -
YUV 225.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 231 218 254 0.09 0.14 0 0.00 261.67 0.95 0.93
Hex E7 DA FE 9 E 0 0 106 5F 5D
Octal 347 332 376 11 16 0 0 406 137 135
Binary 11100111 11011010 11111110 1001 1110 0 0 100000110 1011111 1011101

Color Harmonies of #E7DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAFE

Black with #E7DAFE

Text Example


Text Example

White with #E7DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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