Html Css Color HEX #E7DCFC Magnolia

📋 copy color: '#E7DCFC'

red 231 ◦ green 220 ◦ blue 252

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

Shades of Magnolia #E7DCFC

Tints of Magnolia #E7DCFC

RGB

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

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

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

R = 32.86%
G = 31.29%
B = 35.85%

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

#E7DCFC (or 0xE7DCFC) is known color: Magnolia. HEX triplet: E7, DC and FC. RGB value is (231,220,252). Sum of RGB (Red+Green+Blue) = 231+220+252=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFC is #182303. Grayscale: #E2E2E2. Windows color (decimal): -1581828 or 16571623. OLE color: 16571623.

HSL color Cylindrical-coordinate representation of color #E7DCFC: hue angle of 260.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DCFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 220 252 -
CMYK 0.08 0.13 0 0.01
HSL 260.63º 0.84% 0.93% -
HSV(B) 260.63º 0.13% 0.99% -
XYZ 76.12 75.2 102.6 -
YUV 226.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 231 220 252 0.08 0.13 0 0.01 260.63 0.84 0.93
Hex E7 DC FC 8 D 0 1 105 54 5D
Octal 347 334 374 10 15 0 1 405 124 135
Binary 11100111 11011100 11111100 1000 1101 0 1 100000101 1010100 1011101

Color Harmonies of #E7DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCFC

Black with #E7DCFC

Text Example


Text Example

White with #E7DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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