Html Css Color HEX #EEEAF8 Magnolia

📋 copy color: '#EEEAF8'

red 238 ◦ green 234 ◦ blue 248

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

Shades of Magnolia #EEEAF8

Tints of Magnolia #EEEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.5%

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

R = 33.06%
G = 32.5%
B = 34.44%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EEEAF8 (or 0xEEEAF8) is known color: Magnolia. HEX triplet: EE, EA and F8. RGB value is (238,234,248). Sum of RGB (Red+Green+Blue) = 238+234+248=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF8 is #111507. Grayscale: #ECECEC. Windows color (decimal): -1119496 or 16313070. OLE color: 16313070.

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

Color convert

RGB 238 234 248 -
CMYK 0.04 0.06 0 0.03
HSL 257.14º 0.5% 0.95% -
HSV(B) 257.14º 0.06% 0.97% -
XYZ 81.63 83.8 100.68 -
YUV 236.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 238 234 248 0.04 0.06 0 0.03 257.14 0.5 0.95
Hex EE EA F8 4 6 0 3 101 32 5F
Octal 356 352 370 4 6 0 3 401 62 137
Binary 11101110 11101010 11111000 100 110 0 11 100000001 110010 1011111

Color Harmonies of #EEEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEAF8

Black with #EEEAF8

Text Example


Text Example

White with #EEEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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