Shades of Cinderella #FFD8C7
Tints of Cinderella #FFD8C7
RGB
CMYK
RGB Variations
Color information
#FFD8C7 (or 0xFFD8C7) is known color: Cinderella. HEX triplet: FF, D8 and C7. RGB value is (255,216,199). Sum of RGB (Red+Green+Blue) = 255+216+199=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C7 is #002738. Grayscale: #E1E1E1. Windows color (decimal): -10041 or 13097215. OLE color: 13097215.
HSL color Cylindrical-coordinate representation of color #FFD8C7: hue angle of 18.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFD8C7 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 199 | - |
| CMYK | 0 | 0.15 | 0.22 | 0 |
| HSL | 18.21º | 1% | 0.89% | - |
| HSV(B) | 18.21º | 0.22% | 1% | - |
| XYZ | 76.1 | 74.5 | 64.4 | - |
| YUV | 225.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 199 | 0 | 0.15 | 0.22 | 0 | 18.21 | 1 | 0.89 |
| Hex | FF | D8 | C7 | 0 | F | 16 | 0 | 12 | 64 | 59 |
| Octal | 377 | 330 | 307 | 0 | 17 | 26 | 0 | 22 | 144 | 131 |
| Binary | 11111111 | 11011000 | 11000111 | 0 | 1111 | 10110 | 0 | 10010 | 1100100 | 1011001 |
Color Harmonies of #FFD8C7
Complementary color
Monochromatic Colors of #FFD8C7
Black with #FFD8C7
Text Example
Text Example
White with #FFD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8C7; }
p { color: rgb(255,216,199); }
H1.HeaderClassName
{
color: #FFD8C7;
}
.AnyTagClassName
{
color: #FFD8C7;
}
</style>
background-color css
<style>
a { background-color: #FFD8C7; }
a { background-color: rgb(255,216,199); }
div.DivClassName
{
background-color: #FFD8C7;
}
.BgClassName
{
background-color: #FFD8C7;
}
</style>
border-color css
<style>
span { border-color: #FFD8C7; }
span { border-color: rgb(255,216,199); }
td.TdClassName
{
border-color: #FFD8C7;
}
.TagClassName
{
border-color: #FFD8C7;
}
</style>