Html Css Color HEX #E7DAFD Magnolia

📋 copy color: '#E7DAFD'

red 231 ◦ green 218 ◦ blue 253

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

Shades of Magnolia #E7DAFD

Tints of Magnolia #E7DAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.04%

R = 32.91%
G = 31.05%
B = 36.04%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7DAFD (or 0xE7DAFD) is known color: Magnolia. HEX triplet: E7, DA and FD. RGB value is (231,218,253). Sum of RGB (Red+Green+Blue) = 231+218+253=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFD is #182502. Grayscale: #E1E1E1. Windows color (decimal): -1582339 or 16636647. OLE color: 16636647.

HSL color Cylindrical-coordinate representation of color #E7DAFD: hue angle of 262.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7DAFD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 218 253 -
CMYK 0.09 0.14 0 0.01
HSL 262.29º 0.9% 0.92% -
HSV(B) 262.29º 0.14% 0.99% -
XYZ 75.76 74.22 103.26 -
YUV 225.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 231 218 253 0.09 0.14 0 0.01 262.29 0.9 0.92
Hex E7 DA FD 9 E 0 1 106 5A 5C
Octal 347 332 375 11 16 0 1 406 132 134
Binary 11100111 11011010 11111101 1001 1110 0 1 100000110 1011010 1011100

Color Harmonies of #E7DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAFD

Black with #E7DAFD

Text Example


Text Example

White with #E7DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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