Html Css Color HEX #E9DDFC Magnolia

📋 copy color: '#E9DDFC'

red 233 ◦ green 221 ◦ blue 252

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

Shades of Magnolia #E9DDFC

Tints of Magnolia #E9DDFC

RGB

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

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

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

R = 33%
G = 31.3%
B = 35.69%

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

#E9DDFC (or 0xE9DDFC) is known color: Magnolia. HEX triplet: E9, DD and FC. RGB value is (233,221,252). Sum of RGB (Red+Green+Blue) = 233+221+252=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFC is #162203. Grayscale: #E4E4E4. Windows color (decimal): -1450500 or 16571881. OLE color: 16571881.

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

Color convert

RGB 233 221 252 -
CMYK 0.08 0.12 0 0.01
HSL 263.23º 0.84% 0.93% -
HSV(B) 263.23º 0.12% 0.99% -
XYZ 77.03 76.06 102.72 -
YUV 228.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 233 221 252 0.08 0.12 0 0.01 263.23 0.84 0.93
Hex E9 DD FC 8 C 0 1 107 54 5D
Octal 351 335 374 10 14 0 1 407 124 135
Binary 11101001 11011101 11111100 1000 1100 0 1 100000111 1010100 1011101

Color Harmonies of #E9DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DDFC

Black with #E9DDFC

Text Example


Text Example

White with #E9DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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