Html Css Color HEX #E8DCFE Magnolia

📋 copy color: '#E8DCFE'

red 232 ◦ green 220 ◦ blue 254

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

Shades of Magnolia #E8DCFE

Tints of Magnolia #E8DCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.98%

R = 32.86%
G = 31.16%
B = 35.98%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E8DCFE (or 0xE8DCFE) is known color: Magnolia. HEX triplet: E8, DC and FE. RGB value is (232,220,254). Sum of RGB (Red+Green+Blue) = 232+220+254=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFE is #172301. Grayscale: #E3E3E3. Windows color (decimal): -1516290 or 16702696. OLE color: 16702696.

HSL color Cylindrical-coordinate representation of color #E8DCFE: hue angle of 261.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8DCFE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 220 254 -
CMYK 0.09 0.13 0 0.00
HSL 261.18º 0.94% 0.93% -
HSV(B) 261.18º 0.13% 1% -
XYZ 76.76 75.5 104.29 -
YUV 227.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 232 220 254 0.09 0.13 0 0.00 261.18 0.94 0.93
Hex E8 DC FE 9 D 0 0 105 5E 5D
Octal 350 334 376 11 15 0 0 405 136 135
Binary 11101000 11011100 11111110 1001 1101 0 0 100000101 1011110 1011101

Color Harmonies of #E8DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCFE

Black with #E8DCFE

Text Example


Text Example

White with #E8DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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