Shades of Cinderella #FFD7CD
Tints of Cinderella #FFD7CD
RGB
CMYK
RGB Variations
Color information
#FFD7CD (or 0xFFD7CD) is known color: Cinderella. HEX triplet: FF, D7 and CD. RGB value is (255,215,205). Sum of RGB (Red+Green+Blue) = 255+215+205=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CD is #002832. Grayscale: #E1E1E1. Windows color (decimal): -10291 or 13490175. OLE color: 13490175.
HSL color Cylindrical-coordinate representation of color #FFD7CD: hue angle of 12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD7CD is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 205 | - |
| CMYK | 0 | 0.16 | 0.20 | 0 |
| HSL | 12º | 1% | 0.9% | - |
| HSV(B) | 12º | 0.2% | 1% | - |
| XYZ | 76.56 | 74.27 | 68.06 | - |
| YUV | 225.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 205 | 0 | 0.16 | 0.20 | 0 | 12 | 1 | 0.9 |
| Hex | FF | D7 | CD | 0 | 10 | 14 | 0 | C | 64 | 5A |
| Octal | 377 | 327 | 315 | 0 | 20 | 24 | 0 | 14 | 144 | 132 |
| Binary | 11111111 | 11010111 | 11001101 | 0 | 10000 | 10100 | 0 | 1100 | 1100100 | 1011010 |
Color Harmonies of #FFD7CD
Complementary color
Monochromatic Colors of #FFD7CD
Black with #FFD7CD
Text Example
Text Example
White with #FFD7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7CD; }
p { color: rgb(255,215,205); }
H1.HeaderClassName
{
color: #FFD7CD;
}
.AnyTagClassName
{
color: #FFD7CD;
}
</style>
background-color css
<style>
a { background-color: #FFD7CD; }
a { background-color: rgb(255,215,205); }
div.DivClassName
{
background-color: #FFD7CD;
}
.BgClassName
{
background-color: #FFD7CD;
}
</style>
border-color css
<style>
span { border-color: #FFD7CD; }
span { border-color: rgb(255,215,205); }
td.TdClassName
{
border-color: #FFD7CD;
}
.TagClassName
{
border-color: #FFD7CD;
}
</style>