Shades of Chiffon #EDFABD
Tints of Chiffon #EDFABD
RGB
CMYK
RGB Variations
Color information
#EDFABD (or 0xEDFABD) is known color: Chiffon. HEX triplet: ED, FA and BD. RGB value is (237,250,189). Sum of RGB (Red+Green+Blue) = 237+250+189=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABD is #120542. Grayscale: #EFEFEF. Windows color (decimal): -1180995 or 12450541. OLE color: 12450541.
HSL color Cylindrical-coordinate representation of color #EDFABD: hue angle of 72.79º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFABD is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 189 | - |
CMYK | 0.05 | 0 | 0.24 | 0.02 |
HSL | 72.79º | 0.86% | 0.86% | - |
HSV(B) | 72.79º | 0.24% | 0.98% | - |
XYZ | 78.3 | 90.05 | 61.4 | - |
YUV | 239.16 | 99.69 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 189 | 0.05 | 0 | 0.24 | 0.02 | 72.79 | 0.86 | 0.86 |
Hex | ED | FA | BD | 5 | 0 | 18 | 2 | 49 | 56 | 56 |
Octal | 355 | 372 | 275 | 5 | 0 | 30 | 2 | 111 | 126 | 126 |
Binary | 11101101 | 11111010 | 10111101 | 101 | 0 | 11000 | 10 | 1001001 | 1010110 | 1010110 |
Color Harmonies of #EDFABD
Complementary color
Monochromatic Colors of #EDFABD
Black with #EDFABD
Text Example
Text Example
White with #EDFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFABD; }
p { color: rgb(237,250,189); }
H1.HeaderClassName
{
color: #EDFABD;
}
.AnyTagClassName
{
color: #EDFABD;
}
</style>
background-color css
<style>
a { background-color: #EDFABD; }
a { background-color: rgb(237,250,189); }
div.DivClassName
{
background-color: #EDFABD;
}
.BgClassName
{
background-color: #EDFABD;
}
</style>
border-color css
<style>
span { border-color: #EDFABD; }
span { border-color: rgb(237,250,189); }
td.TdClassName
{
border-color: #EDFABD;
}
.TagClassName
{
border-color: #EDFABD;
}
</style>