Shades of Chiffon #EDF2C1
Tints of Chiffon #EDF2C1
RGB
CMYK
RGB Variations
Color information
#EDF2C1 (or 0xEDF2C1) is known color: Chiffon. HEX triplet: ED, F2 and C1. RGB value is (237,242,193). Sum of RGB (Red+Green+Blue) = 237+242+193=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 193 (75.78% from 255 or 28.72% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C1 is #120D3E. Grayscale: #EBEBEB. Windows color (decimal): -1183039 or 12710637. OLE color: 12710637.
HSL color Cylindrical-coordinate representation of color #EDF2C1: hue angle of 66.12º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF2C1 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 193 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.05 |
| HSL | 66.12º | 0.65% | 0.85% | - |
| HSV(B) | 66.12º | 0.2% | 0.95% | - |
| XYZ | 76.3 | 85.36 | 62.91 | - |
| YUV | 234.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 193 | 0.02 | 0 | 0.20 | 0.05 | 66.12 | 0.65 | 0.85 |
| Hex | ED | F2 | C1 | 2 | 0 | 14 | 5 | 42 | 41 | 55 |
| Octal | 355 | 362 | 301 | 2 | 0 | 24 | 5 | 102 | 101 | 125 |
| Binary | 11101101 | 11110010 | 11000001 | 10 | 0 | 10100 | 101 | 1000010 | 1000001 | 1010101 |
Color Harmonies of #EDF2C1
Complementary color
Monochromatic Colors of #EDF2C1
Black with #EDF2C1
Text Example
Text Example
White with #EDF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2C1; }
p { color: rgb(237,242,193); }
H1.HeaderClassName
{
color: #EDF2C1;
}
.AnyTagClassName
{
color: #EDF2C1;
}
</style>
background-color css
<style>
a { background-color: #EDF2C1; }
a { background-color: rgb(237,242,193); }
div.DivClassName
{
background-color: #EDF2C1;
}
.BgClassName
{
background-color: #EDF2C1;
}
</style>
border-color css
<style>
span { border-color: #EDF2C1; }
span { border-color: rgb(237,242,193); }
td.TdClassName
{
border-color: #EDF2C1;
}
.TagClassName
{
border-color: #EDF2C1;
}
</style>