Html Css Color HEX #E8DDFB Magnolia

📋 copy color: '#E8DDFB'

red 232 ◦ green 221 ◦ blue 251

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

Shades of Magnolia #E8DDFB

Tints of Magnolia #E8DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.65%

R = 32.95%
G = 31.39%
B = 35.65%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8DDFB (or 0xE8DDFB) is known color: Magnolia. HEX triplet: E8, DD and FB. RGB value is (232,221,251). Sum of RGB (Red+Green+Blue) = 232+221+251=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFB is #172204. Grayscale: #E3E3E3. Windows color (decimal): -1516037 or 16506344. OLE color: 16506344.

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

Color convert

RGB 232 221 251 -
CMYK 0.08 0.12 0 0.02
HSL 262º 0.79% 0.93% -
HSV(B) 262º 0.12% 0.98% -
XYZ 76.55 75.83 101.87 -
YUV 227.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 232 221 251 0.08 0.12 0 0.02 262 0.79 0.93
Hex E8 DD FB 8 C 0 2 106 4F 5D
Octal 350 335 373 10 14 0 2 406 117 135
Binary 11101000 11011101 11111011 1000 1100 0 10 100000110 1001111 1011101

Color Harmonies of #E8DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DDFB

Black with #E8DDFB

Text Example


Text Example

White with #E8DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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