Shades of Cinderella #FFD7C5
Tints of Cinderella #FFD7C5
RGB
CMYK
RGB Variations
Color information
#FFD7C5 (or 0xFFD7C5) is known color: Cinderella. HEX triplet: FF, D7 and C5. RGB value is (255,215,197). Sum of RGB (Red+Green+Blue) = 255+215+197=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C5 is #00283A. Grayscale: #E1E1E1. Windows color (decimal): -10299 or 12965887. OLE color: 12965887.
HSL color Cylindrical-coordinate representation of color #FFD7C5: hue angle of 18.62º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD7C5 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 197 | - |
| CMYK | 0 | 0.16 | 0.23 | 0 |
| HSL | 18.62º | 1% | 0.89% | - |
| HSV(B) | 18.62º | 0.23% | 1% | - |
| XYZ | 75.62 | 73.89 | 63.1 | - |
| YUV | 224.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 197 | 0 | 0.16 | 0.23 | 0 | 18.62 | 1 | 0.89 |
| Hex | FF | D7 | C5 | 0 | 10 | 17 | 0 | 13 | 64 | 59 |
| Octal | 377 | 327 | 305 | 0 | 20 | 27 | 0 | 23 | 144 | 131 |
| Binary | 11111111 | 11010111 | 11000101 | 0 | 10000 | 10111 | 0 | 10011 | 1100100 | 1011001 |
Color Harmonies of #FFD7C5
Complementary color
Monochromatic Colors of #FFD7C5
Black with #FFD7C5
Text Example
Text Example
White with #FFD7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7C5; }
p { color: rgb(255,215,197); }
H1.HeaderClassName
{
color: #FFD7C5;
}
.AnyTagClassName
{
color: #FFD7C5;
}
</style>
background-color css
<style>
a { background-color: #FFD7C5; }
a { background-color: rgb(255,215,197); }
div.DivClassName
{
background-color: #FFD7C5;
}
.BgClassName
{
background-color: #FFD7C5;
}
</style>
border-color css
<style>
span { border-color: #FFD7C5; }
span { border-color: rgb(255,215,197); }
td.TdClassName
{
border-color: #FFD7C5;
}
.TagClassName
{
border-color: #FFD7C5;
}
</style>