Shades of Cinderella #FFD9C9
Tints of Cinderella #FFD9C9
RGB
CMYK
RGB Variations
Color information
#FFD9C9 (or 0xFFD9C9) is known color: Cinderella. HEX triplet: FF, D9 and C9. RGB value is (255,217,201). Sum of RGB (Red+Green+Blue) = 255+217+201=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C9 is #002636. Grayscale: #E2E2E2. Windows color (decimal): -9783 or 13228543. OLE color: 13228543.
HSL color Cylindrical-coordinate representation of color #FFD9C9: hue angle of 17.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFD9C9 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 201 | - |
| CMYK | 0 | 0.15 | 0.21 | 0 |
| HSL | 17.78º | 1% | 0.89% | - |
| HSV(B) | 17.78º | 0.21% | 1% | - |
| XYZ | 76.6 | 75.1 | 65.72 | - |
| YUV | 226.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 201 | 0 | 0.15 | 0.21 | 0 | 17.78 | 1 | 0.89 |
| Hex | FF | D9 | C9 | 0 | F | 15 | 0 | 12 | 64 | 59 |
| Octal | 377 | 331 | 311 | 0 | 17 | 25 | 0 | 22 | 144 | 131 |
| Binary | 11111111 | 11011001 | 11001001 | 0 | 1111 | 10101 | 0 | 10010 | 1100100 | 1011001 |
Color Harmonies of #FFD9C9
Complementary color
Monochromatic Colors of #FFD9C9
Black with #FFD9C9
Text Example
Text Example
White with #FFD9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9C9; }
p { color: rgb(255,217,201); }
H1.HeaderClassName
{
color: #FFD9C9;
}
.AnyTagClassName
{
color: #FFD9C9;
}
</style>
background-color css
<style>
a { background-color: #FFD9C9; }
a { background-color: rgb(255,217,201); }
div.DivClassName
{
background-color: #FFD9C9;
}
.BgClassName
{
background-color: #FFD9C9;
}
</style>
border-color css
<style>
span { border-color: #FFD9C9; }
span { border-color: rgb(255,217,201); }
td.TdClassName
{
border-color: #FFD9C9;
}
.TagClassName
{
border-color: #FFD9C9;
}
</style>