Html Css Color HEX #E9DDFE Magnolia

📋 copy color: '#E9DDFE'

red 233 ◦ green 221 ◦ blue 254

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

Shades of Magnolia #E9DDFE

Tints of Magnolia #E9DDFE

RGB

 RED value IS 233 (91.41% from 255) = 32.91%

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

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

R = 32.91%
G = 31.21%
B = 35.88%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9DDFE (or 0xE9DDFE) is known color: Magnolia. HEX triplet: E9, DD and FE. RGB value is (233,221,254). Sum of RGB (Red+Green+Blue) = 233+221+254=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFE is #162201. Grayscale: #E4E4E4. Windows color (decimal): -1450498 or 16702953. OLE color: 16702953.

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

Color convert

RGB 233 221 254 -
CMYK 0.08 0.13 0 0.00
HSL 261.82º 0.94% 0.93% -
HSV(B) 261.82º 0.13% 1% -
XYZ 77.35 76.19 104.4 -
YUV 228.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 233 221 254 0.08 0.13 0 0.00 261.82 0.94 0.93
Hex E9 DD FE 8 D 0 0 106 5E 5D
Octal 351 335 376 10 15 0 0 406 136 135
Binary 11101001 11011101 11111110 1000 1101 0 0 100000110 1011110 1011101

Color Harmonies of #E9DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DDFE

Black with #E9DDFE

Text Example


Text Example

White with #E9DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DDFE; }

 p { color: rgb(233,221,254); }

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

background-color css

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

 a { background-color: rgb(233,221,254); }

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

border-color css

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

 span { border-color: rgb(233,221,254); }

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