Html Css Color HEX #E9DCFF Magnolia

📋 copy color: '#E9DCFF'

red 233 ◦ green 220 ◦ blue 255

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

Shades of Magnolia #E9DCFF

Tints of Magnolia #E9DCFF

RGB

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

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

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

R = 32.91%
G = 31.07%
B = 36.02%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E9DCFF (or 0xE9DCFF) is known color: Magnolia. HEX triplet: E9, DC and FF. RGB value is (233,220,255). Sum of RGB (Red+Green+Blue) = 233+220+255=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 220 (86.33% from 255 or 31.07% 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 #E9DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCFF is #162300. Grayscale: #E3E3E3. Windows color (decimal): -1450753 or 16768233. OLE color: 16768233.

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

Color convert

RGB 233 220 255 -
CMYK 0.09 0.14 0 0
HSL 262.29º 1% 0.93% -
HSV(B) 262.29º 0.14% 1% -
XYZ 77.25 75.73 105.15 -
YUV 227.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 233 220 255 0.09 0.14 0 0 262.29 1 0.93
Hex E9 DC FF 9 E 0 0 106 64 5D
Octal 351 334 377 11 16 0 0 406 144 135
Binary 11101001 11011100 11111111 1001 1110 0 0 100000110 1100100 1011101

Color Harmonies of #E9DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCFF

Black with #E9DCFF

Text Example


Text Example

White with #E9DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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