Shades of Chiffon #EDFCBB
Tints of Chiffon #EDFCBB
RGB
CMYK
RGB Variations
Color information
#EDFCBB (or 0xEDFCBB) is known color: Chiffon. HEX triplet: ED, FC and BB. RGB value is (237,252,187). Sum of RGB (Red+Green+Blue) = 237+252+187=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBB is #120344. Grayscale: #F0F0F0. Windows color (decimal): -1180485 or 12319981. OLE color: 12319981.
HSL color Cylindrical-coordinate representation of color #EDFCBB: hue angle of 73.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFCBB is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 187 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.01 |
| HSL | 73.85º | 0.92% | 0.86% | - |
| HSV(B) | 73.85º | 0.26% | 0.99% | - |
| XYZ | 78.71 | 91.21 | 60.47 | - |
| YUV | 240.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 187 | 0.06 | 0 | 0.26 | 0.01 | 73.85 | 0.92 | 0.86 |
| Hex | ED | FC | BB | 6 | 0 | 1A | 1 | 4A | 5C | 56 |
| Octal | 355 | 374 | 273 | 6 | 0 | 32 | 1 | 112 | 134 | 126 |
| Binary | 11101101 | 11111100 | 10111011 | 110 | 0 | 11010 | 1 | 1001010 | 1011100 | 1010110 |
Color Harmonies of #EDFCBB
Complementary color
Monochromatic Colors of #EDFCBB
Black with #EDFCBB
Text Example
Text Example
White with #EDFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCBB; }
p { color: rgb(237,252,187); }
H1.HeaderClassName
{
color: #EDFCBB;
}
.AnyTagClassName
{
color: #EDFCBB;
}
</style>
background-color css
<style>
a { background-color: #EDFCBB; }
a { background-color: rgb(237,252,187); }
div.DivClassName
{
background-color: #EDFCBB;
}
.BgClassName
{
background-color: #EDFCBB;
}
</style>
border-color css
<style>
span { border-color: #EDFCBB; }
span { border-color: rgb(237,252,187); }
td.TdClassName
{
border-color: #EDFCBB;
}
.TagClassName
{
border-color: #EDFCBB;
}
</style>