Shades of Chiffon #EDF3BD
Tints of Chiffon #EDF3BD
RGB
CMYK
RGB Variations
Color information
#EDF3BD (or 0xEDF3BD) is known color: Chiffon. HEX triplet: ED, F3 and BD. RGB value is (237,243,189). Sum of RGB (Red+Green+Blue) = 237+243+189=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BD is #120C42. Grayscale: #EBEBEB. Windows color (decimal): -1182787 or 12448749. OLE color: 12448749.
HSL color Cylindrical-coordinate representation of color #EDF3BD: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF3BD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 189 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.05 |
| HSL | 66.67º | 0.69% | 0.85% | - |
| HSV(B) | 66.67º | 0.22% | 0.95% | - |
| XYZ | 76.16 | 85.78 | 60.69 | - |
| YUV | 235.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 189 | 0.02 | 0 | 0.22 | 0.05 | 66.67 | 0.69 | 0.85 |
| Hex | ED | F3 | BD | 2 | 0 | 16 | 5 | 43 | 45 | 55 |
| Octal | 355 | 363 | 275 | 2 | 0 | 26 | 5 | 103 | 105 | 125 |
| Binary | 11101101 | 11110011 | 10111101 | 10 | 0 | 10110 | 101 | 1000011 | 1000101 | 1010101 |
Color Harmonies of #EDF3BD
Complementary color
Monochromatic Colors of #EDF3BD
Black with #EDF3BD
Text Example
Text Example
White with #EDF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3BD; }
p { color: rgb(237,243,189); }
H1.HeaderClassName
{
color: #EDF3BD;
}
.AnyTagClassName
{
color: #EDF3BD;
}
</style>
background-color css
<style>
a { background-color: #EDF3BD; }
a { background-color: rgb(237,243,189); }
div.DivClassName
{
background-color: #EDF3BD;
}
.BgClassName
{
background-color: #EDF3BD;
}
</style>
border-color css
<style>
span { border-color: #EDF3BD; }
span { border-color: rgb(237,243,189); }
td.TdClassName
{
border-color: #EDF3BD;
}
.TagClassName
{
border-color: #EDF3BD;
}
</style>