Shades of Chiffon #EDFDBB
Tints of Chiffon #EDFDBB
RGB
CMYK
RGB Variations
Color information
#EDFDBB (or 0xEDFDBB) is known color: Chiffon. HEX triplet: ED, FD and BB. RGB value is (237,253,187). Sum of RGB (Red+Green+Blue) = 237+253+187=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBB is #120244. Grayscale: #F0F0F0. Windows color (decimal): -1180229 or 12320237. OLE color: 12320237.
HSL color Cylindrical-coordinate representation of color #EDFDBB: hue angle of 74.55º degrees, saturation: 0.94, 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 #EDFDBB is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 187 | - |
CMYK | 0.06 | 0 | 0.26 | 0.01 |
HSL | 74.55º | 0.94% | 0.86% | - |
HSV(B) | 74.55º | 0.26% | 0.99% | - |
XYZ | 79.02 | 91.84 | 60.58 | - |
YUV | 240.69 | 97.7 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 187 | 0.06 | 0 | 0.26 | 0.01 | 74.55 | 0.94 | 0.86 |
Hex | ED | FD | BB | 6 | 0 | 1A | 1 | 4B | 5E | 56 |
Octal | 355 | 375 | 273 | 6 | 0 | 32 | 1 | 113 | 136 | 126 |
Binary | 11101101 | 11111101 | 10111011 | 110 | 0 | 11010 | 1 | 1001011 | 1011110 | 1010110 |
Color Harmonies of #EDFDBB
Complementary color
Monochromatic Colors of #EDFDBB
Black with #EDFDBB
Text Example
Text Example
White with #EDFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDBB; }
p { color: rgb(237,253,187); }
H1.HeaderClassName
{
color: #EDFDBB;
}
.AnyTagClassName
{
color: #EDFDBB;
}
</style>
background-color css
<style>
a { background-color: #EDFDBB; }
a { background-color: rgb(237,253,187); }
div.DivClassName
{
background-color: #EDFDBB;
}
.BgClassName
{
background-color: #EDFDBB;
}
</style>
border-color css
<style>
span { border-color: #EDFDBB; }
span { border-color: rgb(237,253,187); }
td.TdClassName
{
border-color: #EDFDBB;
}
.TagClassName
{
border-color: #EDFDBB;
}
</style>