Html Css Color HEX #EEEAF4 Magnolia

📋 copy color: '#EEEAF4'

red 238 ◦ green 234 ◦ blue 244

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

Shades of Magnolia #EEEAF4

Tints of Magnolia #EEEAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.08%

R = 33.24%
G = 32.68%
B = 34.08%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEEAF4 (or 0xEEEAF4) is known color: Magnolia. HEX triplet: EE, EA and F4. RGB value is (238,234,244). Sum of RGB (Red+Green+Blue) = 238+234+244=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF4 is #11150B. Grayscale: #ECECEC. Windows color (decimal): -1119500 or 16050926. OLE color: 16050926.

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

Color convert

RGB 238 234 244 -
CMYK 0.02 0.04 0 0.04
HSL 264º 0.31% 0.94% -
HSV(B) 264º 0.04% 0.96% -
XYZ 81.01 83.55 97.45 -
YUV 236.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 238 234 244 0.02 0.04 0 0.04 264 0.31 0.94
Hex EE EA F4 2 4 0 4 108 1F 5E
Octal 356 352 364 2 4 0 4 410 37 136
Binary 11101110 11101010 11110100 10 100 0 100 100001000 11111 1011110

Color Harmonies of #EEEAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEAF4

Black with #EEEAF4

Text Example


Text Example

White with #EEEAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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