Shades of Chiffon #EDEEBC
Tints of Chiffon #EDEEBC
RGB
CMYK
RGB Variations
Color information
#EDEEBC (or 0xEDEEBC) is known color: Chiffon. HEX triplet: ED, EE and BC. RGB value is (237,238,188). Sum of RGB (Red+Green+Blue) = 237+238+188=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEBC is #121143. Grayscale: #E8E8E8. Windows color (decimal): -1184068 or 12381933. OLE color: 12381933.
HSL color Cylindrical-coordinate representation of color #EDEEBC: hue angle of 61.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDEEBC is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 188 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.07 |
| HSL | 61.2º | 0.6% | 0.84% | - |
| HSV(B) | 61.2º | 0.21% | 0.93% | - |
| XYZ | 74.58 | 82.78 | 59.63 | - |
| YUV | 232 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 188 | 0.00 | 0 | 0.21 | 0.07 | 61.2 | 0.6 | 0.84 |
| Hex | ED | EE | BC | 0 | 0 | 15 | 7 | 3D | 3C | 54 |
| Octal | 355 | 356 | 274 | 0 | 0 | 25 | 7 | 75 | 74 | 124 |
| Binary | 11101101 | 11101110 | 10111100 | 0 | 0 | 10101 | 111 | 111101 | 111100 | 1010100 |
Color Harmonies of #EDEEBC
Complementary color
Monochromatic Colors of #EDEEBC
Black with #EDEEBC
Text Example
Text Example
White with #EDEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEBC; }
p { color: rgb(237,238,188); }
H1.HeaderClassName
{
color: #EDEEBC;
}
.AnyTagClassName
{
color: #EDEEBC;
}
</style>
background-color css
<style>
a { background-color: #EDEEBC; }
a { background-color: rgb(237,238,188); }
div.DivClassName
{
background-color: #EDEEBC;
}
.BgClassName
{
background-color: #EDEEBC;
}
</style>
border-color css
<style>
span { border-color: #EDEEBC; }
span { border-color: rgb(237,238,188); }
td.TdClassName
{
border-color: #EDEEBC;
}
.TagClassName
{
border-color: #EDEEBC;
}
</style>