#ECEDD1

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

Shades of Spring Sun #ECEDD1

Tints of Spring Sun #ECEDD1

Color information

#ECEDD1 (or 0xECEDD1) is unknown color: approx Spring Sun. HEX triplet: EC, ED and D1. RGB value is (236,237,209). Sum of RGB (Red+Green+Blue) = 236+237+209=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDD1 is #13122E. Grayscale: #E9E9E9. Windows color (decimal): -1249839 or 13757932. OLE color: 13757932.

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

Color convert

RGB236237209-
CMYK0.0000.120.07
HSL62.14º43.75%87.45%-
HSV(B)62.14º11.81%92.94%-
XYZ76.388372.32-
YUV233.51114.17129.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=34.60%
G=34.75%
B=30.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372090.0000.120.0762.1443.7587.45
HexECEDD100C73e2c57
Octal354355321001477654127
Binary1110110011101101110100010011001111111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDD1; }

 p { color: rgb(236,237,209); }

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

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

 a { background-color: rgb(236,237,209); }

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

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

 span { border-color: rgb(236,237,209); }

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