Shades of Chiffon #EDF3C0
Tints of Chiffon #EDF3C0
RGB
CMYK
RGB Variations
Color information
#EDF3C0 (or 0xEDF3C0) is known color: Chiffon. HEX triplet: ED, F3 and C0. RGB value is (237,243,192). Sum of RGB (Red+Green+Blue) = 237+243+192=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3C0 is #120C3F. Grayscale: #EBEBEB. Windows color (decimal): -1182784 or 12645357. OLE color: 12645357.
HSL color Cylindrical-coordinate representation of color #EDF3C0: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDF3C0 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 243 | 192 | - |
CMYK | 0.02 | 0 | 0.21 | 0.05 |
HSL | 67.06º | 0.68% | 0.85% | - |
HSV(B) | 67.06º | 0.21% | 0.95% | - |
XYZ | 76.49 | 85.91 | 62.42 | - |
YUV | 235.39 | 103.51 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 243 | 192 | 0.02 | 0 | 0.21 | 0.05 | 67.06 | 0.68 | 0.85 |
Hex | ED | F3 | C0 | 2 | 0 | 15 | 5 | 43 | 44 | 55 |
Octal | 355 | 363 | 300 | 2 | 0 | 25 | 5 | 103 | 104 | 125 |
Binary | 11101101 | 11110011 | 11000000 | 10 | 0 | 10101 | 101 | 1000011 | 1000100 | 1010101 |
Color Harmonies of #EDF3C0
Complementary color
Monochromatic Colors of #EDF3C0
Black with #EDF3C0
Text Example
Text Example
White with #EDF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3C0; }
p { color: rgb(237,243,192); }
H1.HeaderClassName
{
color: #EDF3C0;
}
.AnyTagClassName
{
color: #EDF3C0;
}
</style>
background-color css
<style>
a { background-color: #EDF3C0; }
a { background-color: rgb(237,243,192); }
div.DivClassName
{
background-color: #EDF3C0;
}
.BgClassName
{
background-color: #EDF3C0;
}
</style>
border-color css
<style>
span { border-color: #EDF3C0; }
span { border-color: rgb(237,243,192); }
td.TdClassName
{
border-color: #EDF3C0;
}
.TagClassName
{
border-color: #EDF3C0;
}
</style>