#EDEECE

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

Shades of Spring Sun #EDEECE

Tints of Spring Sun #EDEECE

Color information

#EDEECE (or 0xEDEECE) is unknown color: approx Spring Sun. HEX triplet: ED, EE and CE. RGB value is (237,238,206). Sum of RGB (Red+Green+Blue) = 237+238+206=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEECE is #121131. Grayscale: #EAEAEA. Windows color (decimal): -1184050 or 13561581. OLE color: 13561581.

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

Color convert

RGB237238206-
CMYK0.0000.130.07
HSL61.88º48.48%87.06%-
HSV(B)61.88º13.45%93.33%-
XYZ76.6483.6170.49-
YUV234.05112.17130.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=34.80%
G=34.95%
B=30.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382060.0000.130.0761.8848.4887.06
HexEDEECE00D73e3057
Octal355356316001577660127
Binary1110110111101110110011100011011111111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEECE; }

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

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

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

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

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

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

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

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