Shades of Spring Sun #EDEEBF
Tints of Spring Sun #EDEEBF
RGB
CMYK
RGB Variations
Color information
#EDEEBF (or 0xEDEEBF) is known color: Spring Sun. HEX triplet: ED, EE and BF. RGB value is (237,238,191). Sum of RGB (Red+Green+Blue) = 237+238+191=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEBF is #121140. Grayscale: #E8E8E8. Windows color (decimal): -1184065 or 12578541. OLE color: 12578541.
HSL color Cylindrical-coordinate representation of color #EDEEBF: hue angle of 61.28º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDEEBF is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 191 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.07 |
| HSL | 61.28º | 0.58% | 0.84% | - |
| HSV(B) | 61.28º | 0.2% | 0.93% | - |
| XYZ | 74.9 | 82.92 | 61.35 | - |
| YUV | 232.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 191 | 0.00 | 0 | 0.20 | 0.07 | 61.28 | 0.58 | 0.84 |
| Hex | ED | EE | BF | 0 | 0 | 14 | 7 | 3D | 3A | 54 |
| Octal | 355 | 356 | 277 | 0 | 0 | 24 | 7 | 75 | 72 | 124 |
| Binary | 11101101 | 11101110 | 10111111 | 0 | 0 | 10100 | 111 | 111101 | 111010 | 1010100 |
Color Harmonies of #EDEEBF
Complementary color
Monochromatic Colors of #EDEEBF
Black with #EDEEBF
Text Example
Text Example
White with #EDEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEBF; }
p { color: rgb(237,238,191); }
H1.HeaderClassName
{
color: #EDEEBF;
}
.AnyTagClassName
{
color: #EDEEBF;
}
</style>
background-color css
<style>
a { background-color: #EDEEBF; }
a { background-color: rgb(237,238,191); }
div.DivClassName
{
background-color: #EDEEBF;
}
.BgClassName
{
background-color: #EDEEBF;
}
</style>
border-color css
<style>
span { border-color: #EDEEBF; }
span { border-color: rgb(237,238,191); }
td.TdClassName
{
border-color: #EDEEBF;
}
.TagClassName
{
border-color: #EDEEBF;
}
</style>