Html Css Color HEX #EDEED2 Mimosa

📋 copy color: '#EDEED2'

red 237 ◦ green 238 ◦ blue 210

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

Shades of Mimosa #EDEED2

Tints of Mimosa #EDEED2

RGB

 RED value IS 237 (92.97% from 255) = 34.6%

 GREEN value IS 238 (93.36% from 255) = 34.74%

 BLUE value IS 210 (82.42% from 255) = 30.66%

R = 34.6%
G = 34.74%
B = 30.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDEED2 (or 0xEDEED2) is known color: Mimosa. HEX triplet: ED, EE and D2. RGB value is (237,238,210). Sum of RGB (Red+Green+Blue) = 237+238+210=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED2 is #12112D. Grayscale: #EAEAEA. Windows color (decimal): -1184046 or 13823725. OLE color: 13823725.

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

Color convert

RGB 237 238 210 -
CMYK 0.00 0 0.12 0.07
HSL 62.14º 0.45% 0.88% -
HSV(B) 62.14º 0.12% 0.93% -
XYZ 77.13 83.81 73.08 -
YUV 234.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 237 238 210 0.00 0 0.12 0.07 62.14 0.45 0.88
Hex ED EE D2 0 0 C 7 3E 2D 58
Octal 355 356 322 0 0 14 7 76 55 130
Binary 11101101 11101110 11010010 0 0 1100 111 111110 101101 1011000

Color Harmonies of #EDEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEED2

Black with #EDEED2

Text Example


Text Example

White with #EDEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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