Html Css Color HEX #E9DCFE Magnolia

📋 copy color: '#E9DCFE'

red 233 ◦ green 220 ◦ blue 254

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

Shades of Magnolia #E9DCFE

Tints of Magnolia #E9DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.12%

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

R = 32.96%
G = 31.12%
B = 35.93%

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

#E9DCFE (or 0xE9DCFE) is known color: Magnolia. HEX triplet: E9, DC and FE. RGB value is (233,220,254). Sum of RGB (Red+Green+Blue) = 233+220+254=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCFE is #162301. Grayscale: #E3E3E3. Windows color (decimal): -1450754 or 16702697. OLE color: 16702697.

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

Color convert

RGB 233 220 254 -
CMYK 0.08 0.13 0 0.00
HSL 262.94º 0.94% 0.93% -
HSV(B) 262.94º 0.13% 1% -
XYZ 77.09 75.67 104.31 -
YUV 227.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 233 220 254 0.08 0.13 0 0.00 262.94 0.94 0.93
Hex E9 DC FE 8 D 0 0 107 5E 5D
Octal 351 334 376 10 15 0 0 407 136 135
Binary 11101001 11011100 11111110 1000 1101 0 0 100000111 1011110 1011101

Color Harmonies of #E9DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCFE

Black with #E9DCFE

Text Example


Text Example

White with #E9DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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