Html Css Color HEX #EEE5F8 Magnolia

📋 copy color: '#EEE5F8'

red 238 ◦ green 229 ◦ blue 248

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

Shades of Magnolia #EEE5F8

Tints of Magnolia #EEE5F8

RGB

 RED value IS 238 (93.36% from 255) = 33.29%

 GREEN value IS 229 (89.84% from 255) = 32.03%

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

R = 33.29%
G = 32.03%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EEE5F8 (or 0xEEE5F8) is known color: Magnolia. HEX triplet: EE, E5 and F8. RGB value is (238,229,248). Sum of RGB (Red+Green+Blue) = 238+229+248=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 248 (97.27% from 255 or 34.69% from 715); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5F8 is #111A07. Grayscale: #E9E9E9. Windows color (decimal): -1120776 or 16311790. OLE color: 16311790.

HSL color Cylindrical-coordinate representation of color #EEE5F8: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE5F8 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 229 248 -
CMYK 0.04 0.08 0 0.03
HSL 268.42º 0.58% 0.94% -
HSV(B) 268.42º 0.08% 0.97% -
XYZ 80.22 80.99 100.21 -
YUV 233.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 238 229 248 0.04 0.08 0 0.03 268.42 0.58 0.94
Hex EE E5 F8 4 8 0 3 10C 3A 5E
Octal 356 345 370 4 10 0 3 414 72 136
Binary 11101110 11100101 11111000 100 1000 0 11 100001100 111010 1011110

Color Harmonies of #EEE5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5F8

Black with #EEE5F8

Text Example


Text Example

White with #EEE5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5F8; }

 p { color: rgb(238,229,248); }

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

background-color css

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

 a { background-color: rgb(238,229,248); }

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

border-color css

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

 span { border-color: rgb(238,229,248); }

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