Shades of Chiffon #EDFCBC
Tints of Chiffon #EDFCBC
RGB
CMYK
RGB Variations
Color information
#EDFCBC (or 0xEDFCBC) is known color: Chiffon. HEX triplet: ED, FC and BC. RGB value is (237,252,188). Sum of RGB (Red+Green+Blue) = 237+252+188=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 188 (73.83% from 255 or 27.77% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBC is #120343. Grayscale: #F0F0F0. Windows color (decimal): -1180484 or 12385517. OLE color: 12385517.
HSL color Cylindrical-coordinate representation of color #EDFCBC: hue angle of 74.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFCBC is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 188 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.01 |
| HSL | 74.06º | 0.91% | 0.86% | - |
| HSV(B) | 74.06º | 0.25% | 0.99% | - |
| XYZ | 78.81 | 91.26 | 61.04 | - |
| YUV | 240.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 188 | 0.06 | 0 | 0.25 | 0.01 | 74.06 | 0.91 | 0.86 |
| Hex | ED | FC | BC | 6 | 0 | 19 | 1 | 4A | 5B | 56 |
| Octal | 355 | 374 | 274 | 6 | 0 | 31 | 1 | 112 | 133 | 126 |
| Binary | 11101101 | 11111100 | 10111100 | 110 | 0 | 11001 | 1 | 1001010 | 1011011 | 1010110 |
Color Harmonies of #EDFCBC
Complementary color
Monochromatic Colors of #EDFCBC
Black with #EDFCBC
Text Example
Text Example
White with #EDFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCBC; }
p { color: rgb(237,252,188); }
H1.HeaderClassName
{
color: #EDFCBC;
}
.AnyTagClassName
{
color: #EDFCBC;
}
</style>
background-color css
<style>
a { background-color: #EDFCBC; }
a { background-color: rgb(237,252,188); }
div.DivClassName
{
background-color: #EDFCBC;
}
.BgClassName
{
background-color: #EDFCBC;
}
</style>
border-color css
<style>
span { border-color: #EDFCBC; }
span { border-color: rgb(237,252,188); }
td.TdClassName
{
border-color: #EDFCBC;
}
.TagClassName
{
border-color: #EDFCBC;
}
</style>