Shades of Spring Sun #ECEECC
Tints of Spring Sun #ECEECC
RGB
CMYK
RGB Variations
Color information
#ECEECC (or 0xECEECC) is known color: Spring Sun. HEX triplet: EC, EE and CC. RGB value is (236,238,204). Sum of RGB (Red+Green+Blue) = 236+238+204=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEECC is #131133. Grayscale: #E9E9E9. Windows color (decimal): -1249588 or 13430508. OLE color: 13430508.
HSL color Cylindrical-coordinate representation of color #ECEECC: hue angle of 63.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECEECC is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 204 | - |
CMYK | 0.01 | 0 | 0.14 | 0.07 |
HSL | 63.53º | 0.5% | 0.87% | - |
HSV(B) | 63.53º | 0.14% | 0.93% | - |
XYZ | 76.07 | 83.34 | 69.2 | - |
YUV | 233.53 | 111.34 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 204 | 0.01 | 0 | 0.14 | 0.07 | 63.53 | 0.5 | 0.87 |
Hex | EC | EE | CC | 1 | 0 | E | 7 | 40 | 32 | 57 |
Octal | 354 | 356 | 314 | 1 | 0 | 16 | 7 | 100 | 62 | 127 |
Binary | 11101100 | 11101110 | 11001100 | 1 | 0 | 1110 | 111 | 1000000 | 110010 | 1010111 |
Color Harmonies of #ECEECC
Complementary color
Monochromatic Colors of #ECEECC
Black with #ECEECC
Text Example
Text Example
White with #ECEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEECC; }
p { color: rgb(236,238,204); }
H1.HeaderClassName
{
color: #ECEECC;
}
.AnyTagClassName
{
color: #ECEECC;
}
</style>
background-color css
<style>
a { background-color: #ECEECC; }
a { background-color: rgb(236,238,204); }
div.DivClassName
{
background-color: #ECEECC;
}
.BgClassName
{
background-color: #ECEECC;
}
</style>
border-color css
<style>
span { border-color: #ECEECC; }
span { border-color: rgb(236,238,204); }
td.TdClassName
{
border-color: #ECEECC;
}
.TagClassName
{
border-color: #ECEECC;
}
</style>