Shades of Cinderella #FFD9C8
Tints of Cinderella #FFD9C8
RGB
CMYK
RGB Variations
Color information
#FFD9C8 (or 0xFFD9C8) is known color: Cinderella. HEX triplet: FF, D9 and C8. RGB value is (255,217,200). Sum of RGB (Red+Green+Blue) = 255+217+200=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C8 is #002637. Grayscale: #E2E2E2. Windows color (decimal): -9784 or 13163007. OLE color: 13163007.
HSL color Cylindrical-coordinate representation of color #FFD9C8: hue angle of 18.55º 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 #FFD9C8 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 200 | - |
| CMYK | 0 | 0.15 | 0.22 | 0 |
| HSL | 18.55º | 1% | 0.89% | - |
| HSV(B) | 18.55º | 0.22% | 1% | - |
| XYZ | 76.48 | 75.06 | 65.1 | - |
| YUV | 226.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 200 | 0 | 0.15 | 0.22 | 0 | 18.55 | 1 | 0.89 |
| Hex | FF | D9 | C8 | 0 | F | 16 | 0 | 13 | 64 | 59 |
| Octal | 377 | 331 | 310 | 0 | 17 | 26 | 0 | 23 | 144 | 131 |
| Binary | 11111111 | 11011001 | 11001000 | 0 | 1111 | 10110 | 0 | 10011 | 1100100 | 1011001 |
Color Harmonies of #FFD9C8
Complementary color
Monochromatic Colors of #FFD9C8
Black with #FFD9C8
Text Example
Text Example
White with #FFD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9C8; }
p { color: rgb(255,217,200); }
H1.HeaderClassName
{
color: #FFD9C8;
}
.AnyTagClassName
{
color: #FFD9C8;
}
</style>
background-color css
<style>
a { background-color: #FFD9C8; }
a { background-color: rgb(255,217,200); }
div.DivClassName
{
background-color: #FFD9C8;
}
.BgClassName
{
background-color: #FFD9C8;
}
</style>
border-color css
<style>
span { border-color: #FFD9C8; }
span { border-color: rgb(255,217,200); }
td.TdClassName
{
border-color: #FFD9C8;
}
.TagClassName
{
border-color: #FFD9C8;
}
</style>