Html Css Color HEX #E7DCF9 Magnolia

📋 copy color: '#E7DCF9'

red 231 ◦ green 220 ◦ blue 249

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

Shades of Magnolia #E7DCF9

Tints of Magnolia #E7DCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.43%

 BLUE value IS 249 (97.66% from 255) = 35.57%

R = 33%
G = 31.43%
B = 35.57%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7DCF9 (or 0xE7DCF9) is known color: Magnolia. HEX triplet: E7, DC and F9. RGB value is (231,220,249). Sum of RGB (Red+Green+Blue) = 231+220+249=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCF9 is #182306. Grayscale: #E2E2E2. Windows color (decimal): -1581831 or 16375015. OLE color: 16375015.

HSL color Cylindrical-coordinate representation of color #E7DCF9: hue angle of 262.76º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DCF9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 220 249 -
CMYK 0.07 0.12 0 0.02
HSL 262.76º 0.71% 0.92% -
HSV(B) 262.76º 0.12% 0.98% -
XYZ 75.65 75.01 100.11 -
YUV 226.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 231 220 249 0.07 0.12 0 0.02 262.76 0.71 0.92
Hex E7 DC F9 7 C 0 2 107 47 5C
Octal 347 334 371 7 14 0 2 407 107 134
Binary 11100111 11011100 11111001 111 1100 0 10 100000111 1000111 1011100

Color Harmonies of #E7DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCF9

Black with #E7DCF9

Text Example


Text Example

White with #E7DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCF9; }

 p { color: rgb(231,220,249); }

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

background-color css

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

 a { background-color: rgb(231,220,249); }

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

border-color css

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

 span { border-color: rgb(231,220,249); }

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