Shades of Corn Silk #FFF7DD
Tints of Corn Silk #FFF7DD
RGB
CMYK
RGB Variations
Color information
#FFF7DD (or 0xFFF7DD) is known color: Corn Silk. HEX triplet: FF, F7 and DD. RGB value is (255,247,221). Sum of RGB (Red+Green+Blue) = 255+247+221=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 247 (96.88% from 255 or 34.16% from 723); Blue value is 221 (86.72% from 255 or 30.57% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7DD is #000822. Grayscale: #F6F6F6. Windows color (decimal): -2083 or 14546943. OLE color: 14546943.
HSL color Cylindrical-coordinate representation of color #FFF7DD: hue angle of 45.88º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF7DD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 221 | - |
| CMYK | 0 | 0.03 | 0.13 | 0 |
| HSL | 45.88º | 1% | 0.93% | - |
| HSV(B) | 45.88º | 0.13% | 1% | - |
| XYZ | 87.55 | 93 | 81.74 | - |
| YUV | 246.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 221 | 0 | 0.03 | 0.13 | 0 | 45.88 | 1 | 0.93 |
| Hex | FF | F7 | DD | 0 | 3 | D | 0 | 2E | 64 | 5D |
| Octal | 377 | 367 | 335 | 0 | 3 | 15 | 0 | 56 | 144 | 135 |
| Binary | 11111111 | 11110111 | 11011101 | 0 | 11 | 1101 | 0 | 101110 | 1100100 | 1011101 |
Color Harmonies of #FFF7DD
Complementary color
Monochromatic Colors of #FFF7DD
Black with #FFF7DD
Text Example
Text Example
White with #FFF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7DD; }
p { color: rgb(255,247,221); }
H1.HeaderClassName
{
color: #FFF7DD;
}
.AnyTagClassName
{
color: #FFF7DD;
}
</style>
background-color css
<style>
a { background-color: #FFF7DD; }
a { background-color: rgb(255,247,221); }
div.DivClassName
{
background-color: #FFF7DD;
}
.BgClassName
{
background-color: #FFF7DD;
}
</style>
border-color css
<style>
span { border-color: #FFF7DD; }
span { border-color: rgb(255,247,221); }
td.TdClassName
{
border-color: #FFF7DD;
}
.TagClassName
{
border-color: #FFF7DD;
}
</style>