#EEEFD2

Color #EEEFD2 Mimosa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mimosa #EEEFD2

Tints of Mimosa #EEEFD2

Color information

#EEEFD2 (or 0xEEEFD2) is unknown color: approx Mimosa. HEX triplet: EE, EF and D2. RGB value is (238,239,210). Sum of RGB (Red+Green+Blue) = 238+239+210=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD2 is #11102D. Grayscale: #EBEBEB. Windows color (decimal): -1118254 or 13823982. OLE color: 13823982.

HSL color Cylindrical-coordinate representation of color #EEEFD2: hue angle of 62.07º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEEFD2 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB238239210-
CMYK0.0000.120.06
HSL62.07º47.54%88.04%-
HSV(B)62.07º12.13%93.73%-
XYZ77.7684.5673.2-
YUV235.4113.67129.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 210 (82.42% from 255) = 30.57%
R=34.64%
G=34.79%
B=30.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392100.0000.120.0662.0747.5488.04
HexEEEFD200C63e3058
Octal356357322001467660130
Binary1110111011101111110100100011001101111101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD2; }

 p { color: rgb(238,239,210); }

 H1.HeaderClassName
 {
   color: #EEEFD2;
 }
 .AnyTagClassName
 {
   color: #EEEFD2;
 }
</style>
background-color css

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

 a { background-color: rgb(238,239,210); }

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

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

 span { border-color: rgb(238,239,210); }

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