Shades of Chiffon #EDFABB
Tints of Chiffon #EDFABB
RGB
CMYK
RGB Variations
Color information
#EDFABB (or 0xEDFABB) is known color: Chiffon. HEX triplet: ED, FA and BB. RGB value is (237,250,187). Sum of RGB (Red+Green+Blue) = 237+250+187=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABB is #120544. Grayscale: #EFEFEF. Windows color (decimal): -1180997 or 12319469. OLE color: 12319469.
HSL color Cylindrical-coordinate representation of color #EDFABB: hue angle of 72.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFABB is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 187 | - |
CMYK | 0.05 | 0 | 0.25 | 0.02 |
HSL | 72.38º | 0.86% | 0.86% | - |
HSV(B) | 72.38º | 0.25% | 0.98% | - |
XYZ | 78.08 | 89.96 | 60.26 | - |
YUV | 238.93 | 98.69 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 187 | 0.05 | 0 | 0.25 | 0.02 | 72.38 | 0.86 | 0.86 |
Hex | ED | FA | BB | 5 | 0 | 19 | 2 | 48 | 56 | 56 |
Octal | 355 | 372 | 273 | 5 | 0 | 31 | 2 | 110 | 126 | 126 |
Binary | 11101101 | 11111010 | 10111011 | 101 | 0 | 11001 | 10 | 1001000 | 1010110 | 1010110 |
Color Harmonies of #EDFABB
Complementary color
Monochromatic Colors of #EDFABB
Black with #EDFABB
Text Example
Text Example
White with #EDFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFABB; }
p { color: rgb(237,250,187); }
H1.HeaderClassName
{
color: #EDFABB;
}
.AnyTagClassName
{
color: #EDFABB;
}
</style>
background-color css
<style>
a { background-color: #EDFABB; }
a { background-color: rgb(237,250,187); }
div.DivClassName
{
background-color: #EDFABB;
}
.BgClassName
{
background-color: #EDFABB;
}
</style>
border-color css
<style>
span { border-color: #EDFABB; }
span { border-color: rgb(237,250,187); }
td.TdClassName
{
border-color: #EDFABB;
}
.TagClassName
{
border-color: #EDFABB;
}
</style>