Html Css Color HEX #E8DCFC Magnolia

📋 copy color: '#E8DCFC'

red 232 ◦ green 220 ◦ blue 252

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

Shades of Magnolia #E8DCFC

Tints of Magnolia #E8DCFC

RGB

 RED value IS 232 (91.02% from 255) = 32.95%

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

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

R = 32.95%
G = 31.25%
B = 35.8%

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

#E8DCFC (or 0xE8DCFC) is known color: Magnolia. HEX triplet: E8, DC and FC. RGB value is (232,220,252). Sum of RGB (Red+Green+Blue) = 232+220+252=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFC is #172303. Grayscale: #E3E3E3. Windows color (decimal): -1516292 or 16571624. OLE color: 16571624.

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

Color convert

RGB 232 220 252 -
CMYK 0.08 0.13 0 0.01
HSL 262.5º 0.84% 0.93% -
HSV(B) 262.5º 0.13% 0.99% -
XYZ 76.44 75.37 102.61 -
YUV 227.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 232 220 252 0.08 0.13 0 0.01 262.5 0.84 0.93
Hex E8 DC FC 8 D 0 1 106 54 5D
Octal 350 334 374 10 15 0 1 406 124 135
Binary 11101000 11011100 11111100 1000 1101 0 1 100000110 1010100 1011101

Color Harmonies of #E8DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCFC

Black with #E8DCFC

Text Example


Text Example

White with #E8DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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