#EDEEC3

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

Shades of Spring Sun #EDEEC3

Tints of Spring Sun #EDEEC3

Color information

#EDEEC3 (or 0xEDEEC3) is unknown color: approx Spring Sun. HEX triplet: ED, EE and C3. RGB value is (237,238,195). Sum of RGB (Red+Green+Blue) = 237+238+195=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC3 is #12113C. Grayscale: #E8E8E8. Windows color (decimal): -1184061 or 12840685. OLE color: 12840685.

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

Color convert

RGB237238195-
CMYK0.0000.180.07
HSL61.4º55.84%84.9%-
HSV(B)61.4º18.07%93.33%-
XYZ75.3583.0963.7-
YUV232.8106.67131-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 195 (76.56% from 255) = 29.10%
R=35.37%
G=35.52%
B=29.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381950.0000.180.0761.455.8484.9
HexEDEEC3001273d3855
Octal355356303002277570125
Binary11101101111011101100001100100101111111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEC3; }

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

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

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

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

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

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

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

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