Html Css Color HEX #E8DDFD Magnolia

📋 copy color: '#E8DDFD'

red 232 ◦ green 221 ◦ blue 253

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

Shades of Magnolia #E8DDFD

Tints of Magnolia #E8DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 32.86%
G = 31.3%
B = 35.84%

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

#E8DDFD (or 0xE8DDFD) is known color: Magnolia. HEX triplet: E8, DD and FD. RGB value is (232,221,253). Sum of RGB (Red+Green+Blue) = 232+221+253=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFD is #172202. Grayscale: #E3E3E3. Windows color (decimal): -1516035 or 16637416. OLE color: 16637416.

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

Color convert

RGB 232 221 253 -
CMYK 0.08 0.13 0 0.01
HSL 260.63º 0.89% 0.93% -
HSV(B) 260.63º 0.13% 0.99% -
XYZ 76.86 75.96 103.54 -
YUV 227.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 232 221 253 0.08 0.13 0 0.01 260.63 0.89 0.93
Hex E8 DD FD 8 D 0 1 105 59 5D
Octal 350 335 375 10 15 0 1 405 131 135
Binary 11101000 11011101 11111101 1000 1101 0 1 100000101 1011001 1011101

Color Harmonies of #E8DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DDFD

Black with #E8DDFD

Text Example


Text Example

White with #E8DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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