Shades of Cinderella #FFD7C7
Tints of Cinderella #FFD7C7
RGB
CMYK
RGB Variations
Color information
#FFD7C7 (or 0xFFD7C7) is known color: Cinderella. HEX triplet: FF, D7 and C7. RGB value is (255,215,199). Sum of RGB (Red+Green+Blue) = 255+215+199=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C7 is #002838. Grayscale: #E1E1E1. Windows color (decimal): -10297 or 13096959. OLE color: 13096959.
HSL color Cylindrical-coordinate representation of color #FFD7C7: hue angle of 17.14º 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 #FFD7C7 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 199 | - |
| CMYK | 0 | 0.16 | 0.22 | 0 |
| HSL | 17.14º | 1% | 0.89% | - |
| HSV(B) | 17.14º | 0.22% | 1% | - |
| XYZ | 75.85 | 73.98 | 64.32 | - |
| YUV | 225.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 199 | 0 | 0.16 | 0.22 | 0 | 17.14 | 1 | 0.89 |
| Hex | FF | D7 | C7 | 0 | 10 | 16 | 0 | 11 | 64 | 59 |
| Octal | 377 | 327 | 307 | 0 | 20 | 26 | 0 | 21 | 144 | 131 |
| Binary | 11111111 | 11010111 | 11000111 | 0 | 10000 | 10110 | 0 | 10001 | 1100100 | 1011001 |
Color Harmonies of #FFD7C7
Complementary color
Monochromatic Colors of #FFD7C7
Black with #FFD7C7
Text Example
Text Example
White with #FFD7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7C7; }
p { color: rgb(255,215,199); }
H1.HeaderClassName
{
color: #FFD7C7;
}
.AnyTagClassName
{
color: #FFD7C7;
}
</style>
background-color css
<style>
a { background-color: #FFD7C7; }
a { background-color: rgb(255,215,199); }
div.DivClassName
{
background-color: #FFD7C7;
}
.BgClassName
{
background-color: #FFD7C7;
}
</style>
border-color css
<style>
span { border-color: #FFD7C7; }
span { border-color: rgb(255,215,199); }
td.TdClassName
{
border-color: #FFD7C7;
}
.TagClassName
{
border-color: #FFD7C7;
}
</style>