Html Css Color HEX #E8DDFC Magnolia

📋 copy color: '#E8DDFC'

red 232 ◦ green 221 ◦ blue 252

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

Shades of Magnolia #E8DDFC

Tints of Magnolia #E8DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.35%

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

R = 32.91%
G = 31.35%
B = 35.74%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8DDFC (or 0xE8DDFC) is known color: Magnolia. HEX triplet: E8, DD and FC. RGB value is (232,221,252). Sum of RGB (Red+Green+Blue) = 232+221+252=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8DDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFC is #172203. Grayscale: #E3E3E3. Windows color (decimal): -1516036 or 16571880. OLE color: 16571880.

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

Color convert

RGB 232 221 252 -
CMYK 0.08 0.12 0 0.01
HSL 261.29º 0.84% 0.93% -
HSV(B) 261.29º 0.12% 0.99% -
XYZ 76.71 75.9 102.7 -
YUV 227.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 232 221 252 0.08 0.12 0 0.01 261.29 0.84 0.93
Hex E8 DD FC 8 C 0 1 105 54 5D
Octal 350 335 374 10 14 0 1 405 124 135
Binary 11101000 11011101 11111100 1000 1100 0 1 100000101 1010100 1011101

Color Harmonies of #E8DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DDFC

Black with #E8DDFC

Text Example


Text Example

White with #E8DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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