Html Css Color HEX #E8DDFF Magnolia

📋 copy color: '#E8DDFF'

red 232 ◦ green 221 ◦ blue 255

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

Shades of Magnolia #E8DDFF

Tints of Magnolia #E8DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.02%

R = 32.77%
G = 31.21%
B = 36.02%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E8DDFF (or 0xE8DDFF) is known color: Magnolia. HEX triplet: E8, DD and FF. RGB value is (232,221,255). Sum of RGB (Red+Green+Blue) = 232+221+255=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFF is #172200. Grayscale: #E4E4E4. Windows color (decimal): -1516033 or 16768488. OLE color: 16768488.

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

Color convert

RGB 232 221 255 -
CMYK 0.09 0.13 0 0
HSL 259.41º 1% 0.93% -
HSV(B) 259.41º 0.13% 1% -
XYZ 77.19 76.09 105.23 -
YUV 228.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 232 221 255 0.09 0.13 0 0 259.41 1 0.93
Hex E8 DD FF 9 D 0 0 103 64 5D
Octal 350 335 377 11 15 0 0 403 144 135
Binary 11101000 11011101 11111111 1001 1101 0 0 100000011 1100100 1011101

Color Harmonies of #E8DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DDFF

Black with #E8DDFF

Text Example


Text Example

White with #E8DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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