Html Css Color HEX #EEEDF1 Magnolia

📋 copy color: '#EEEDF1'

red 238 ◦ green 237 ◦ blue 241

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

Shades of Magnolia #EEEDF1

Tints of Magnolia #EEEDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.1%

 BLUE value IS 241 (94.53% from 255) = 33.66%

R = 33.24%
G = 33.1%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEEDF1 (or 0xEEEDF1) is known color: Magnolia. HEX triplet: EE, ED and F1. RGB value is (238,237,241). Sum of RGB (Red+Green+Blue) = 238+237+241=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDF1 is #11120E. Grayscale: #EDEDED. Windows color (decimal): -1118735 or 15855086. OLE color: 15855086.

HSL color Cylindrical-coordinate representation of color #EEEDF1: hue angle of 255º degrees, saturation: 0.12, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEDF1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 237 241 -
CMYK 0.01 0.02 0 0.05
HSL 255º 0.13% 0.94% -
HSV(B) 255º 0.02% 0.95% -
XYZ 81.42 85.1 95.35 -
YUV 237.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 238 237 241 0.01 0.02 0 0.05 255 0.13 0.94
Hex EE ED F1 1 2 0 5 FF C 5E
Octal 356 355 361 1 2 0 5 377 14 136
Binary 11101110 11101101 11110001 1 10 0 101 11111111 1100 1011110

Color Harmonies of #EEEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDF1

Black with #EEEDF1

Text Example


Text Example

White with #EEEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDF1; }

 p { color: rgb(238,237,241); }

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

background-color css

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

 a { background-color: rgb(238,237,241); }

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

border-color css

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

 span { border-color: rgb(238,237,241); }

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