Html Css Color HEX #E7DAFC Magnolia

📋 copy color: '#E7DAFC'

red 231 ◦ green 218 ◦ blue 252

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

Shades of Magnolia #E7DAFC

Tints of Magnolia #E7DAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.95%

R = 32.95%
G = 31.1%
B = 35.95%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7DAFC (or 0xE7DAFC) is known color: Magnolia. HEX triplet: E7, DA and FC. RGB value is (231,218,252). Sum of RGB (Red+Green+Blue) = 231+218+252=701 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.95% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFC is #182503. Grayscale: #E1E1E1. Windows color (decimal): -1582340 or 16571111. OLE color: 16571111.

HSL color Cylindrical-coordinate representation of color #E7DAFC: hue angle of 262.94º 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 #E7DAFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 218 252 -
CMYK 0.08 0.13 0 0.01
HSL 262.94º 0.85% 0.92% -
HSV(B) 262.94º 0.13% 0.99% -
XYZ 75.6 74.16 102.43 -
YUV 225.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 231 218 252 0.08 0.13 0 0.01 262.94 0.85 0.92
Hex E7 DA FC 8 D 0 1 107 55 5C
Octal 347 332 374 10 15 0 1 407 125 134
Binary 11100111 11011010 11111100 1000 1101 0 1 100000111 1010101 1011100

Color Harmonies of #E7DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAFC

Black with #E7DAFC

Text Example


Text Example

White with #E7DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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