Html Css Color HEX #EEE5F9 Magnolia

📋 copy color: '#EEE5F9'

red 238 ◦ green 229 ◦ blue 249

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

Shades of Magnolia #EEE5F9

Tints of Magnolia #EEE5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.78%

R = 33.24%
G = 31.98%
B = 34.78%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEE5F9 (or 0xEEE5F9) is known color: Magnolia. HEX triplet: EE, E5 and F9. RGB value is (238,229,249). Sum of RGB (Red+Green+Blue) = 238+229+249=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEE5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5F9 is #111A06. Grayscale: #E9E9E9. Windows color (decimal): -1120775 or 16377326. OLE color: 16377326.

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

Color convert

RGB 238 229 249 -
CMYK 0.04 0.08 0 0.02
HSL 267º 0.63% 0.94% -
HSV(B) 267º 0.08% 0.98% -
XYZ 80.38 81.06 101.03 -
YUV 233.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 238 229 249 0.04 0.08 0 0.02 267 0.63 0.94
Hex EE E5 F9 4 8 0 2 10B 3E 5E
Octal 356 345 371 4 10 0 2 413 76 136
Binary 11101110 11100101 11111001 100 1000 0 10 100001011 111110 1011110

Color Harmonies of #EEE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5F9

Black with #EEE5F9

Text Example


Text Example

White with #EEE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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