Html Css Color HEX #E9E0F8 Magnolia

📋 copy color: '#E9E0F8'

red 233 ◦ green 224 ◦ blue 248

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

Shades of Magnolia #E9E0F8

Tints of Magnolia #E9E0F8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.77%

 BLUE value IS 248 (97.27% from 255) = 35.18%

R = 33.05%
G = 31.77%
B = 35.18%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E9E0F8 (or 0xE9E0F8) is known color: Magnolia. HEX triplet: E9, E0 and F8. RGB value is (233,224,248). Sum of RGB (Red+Green+Blue) = 233+224+248=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9E0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0F8 is #161F07. Grayscale: #E5E5E5. Windows color (decimal): -1449736 or 16310505. OLE color: 16310505.

HSL color Cylindrical-coordinate representation of color #E9E0F8: hue angle of 262.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9E0F8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 233 224 248 -
CMYK 0.06 0.10 0 0.03
HSL 262.5º 0.63% 0.93% -
HSV(B) 262.5º 0.1% 0.97% -
XYZ 77.2 77.41 99.68 -
YUV 229.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 233 224 248 0.06 0.10 0 0.03 262.5 0.63 0.93
Hex E9 E0 F8 6 A 0 3 106 3F 5D
Octal 351 340 370 6 12 0 3 406 77 135
Binary 11101001 11100000 11111000 110 1010 0 11 100000110 111111 1011101

Color Harmonies of #E9E0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E0F8

Black with #E9E0F8

Text Example


Text Example

White with #E9E0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E0F8; }

 p { color: rgb(233,224,248); }

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

background-color css

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

 a { background-color: rgb(233,224,248); }

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

border-color css

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

 span { border-color: rgb(233,224,248); }

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