Shades of Spring Sun #EDEECF
Tints of Spring Sun #EDEECF
RGB
CMYK
RGB Variations
Color information
#EDEECF (or 0xEDEECF) is known color: Spring Sun. HEX triplet: ED, EE and CF. RGB value is (237,238,207). Sum of RGB (Red+Green+Blue) = 237+238+207=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEECF is #121130. Grayscale: #EAEAEA. Windows color (decimal): -1184049 or 13627117. OLE color: 13627117.
HSL color Cylindrical-coordinate representation of color #EDEECF: hue angle of 61.94º 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 #EDEECF is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 207 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.07 |
| HSL | 61.94º | 0.48% | 0.87% | - |
| HSV(B) | 61.94º | 0.13% | 0.93% | - |
| XYZ | 76.76 | 83.66 | 71.13 | - |
| YUV | 234.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 207 | 0.00 | 0 | 0.13 | 0.07 | 61.94 | 0.48 | 0.87 |
| Hex | ED | EE | CF | 0 | 0 | D | 7 | 3E | 30 | 57 |
| Octal | 355 | 356 | 317 | 0 | 0 | 15 | 7 | 76 | 60 | 127 |
| Binary | 11101101 | 11101110 | 11001111 | 0 | 0 | 1101 | 111 | 111110 | 110000 | 1010111 |
Color Harmonies of #EDEECF
Complementary color
Monochromatic Colors of #EDEECF
Black with #EDEECF
Text Example
Text Example
White with #EDEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEECF; }
p { color: rgb(237,238,207); }
H1.HeaderClassName
{
color: #EDEECF;
}
.AnyTagClassName
{
color: #EDEECF;
}
</style>
background-color css
<style>
a { background-color: #EDEECF; }
a { background-color: rgb(237,238,207); }
div.DivClassName
{
background-color: #EDEECF;
}
.BgClassName
{
background-color: #EDEECF;
}
</style>
border-color css
<style>
span { border-color: #EDEECF; }
span { border-color: rgb(237,238,207); }
td.TdClassName
{
border-color: #EDEECF;
}
.TagClassName
{
border-color: #EDEECF;
}
</style>