Shades of Cinderella #FFD9CD
Tints of Cinderella #FFD9CD
RGB
CMYK
RGB Variations
Color information
#FFD9CD (or 0xFFD9CD) is known color: Cinderella. HEX triplet: FF, D9 and CD. RGB value is (255,217,205). Sum of RGB (Red+Green+Blue) = 255+217+205=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CD is #002632. Grayscale: #E3E3E3. Windows color (decimal): -9779 or 13490687. OLE color: 13490687.
HSL color Cylindrical-coordinate representation of color #FFD9CD: hue angle of 14.4º 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 #FFD9CD is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 205 | - |
| CMYK | 0 | 0.15 | 0.20 | 0 |
| HSL | 14.4º | 1% | 0.9% | - |
| HSV(B) | 14.4º | 0.2% | 1% | - |
| XYZ | 77.07 | 75.29 | 68.23 | - |
| YUV | 226.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 205 | 0 | 0.15 | 0.20 | 0 | 14.4 | 1 | 0.9 |
| Hex | FF | D9 | CD | 0 | F | 14 | 0 | E | 64 | 5A |
| Octal | 377 | 331 | 315 | 0 | 17 | 24 | 0 | 16 | 144 | 132 |
| Binary | 11111111 | 11011001 | 11001101 | 0 | 1111 | 10100 | 0 | 1110 | 1100100 | 1011010 |
Color Harmonies of #FFD9CD
Complementary color
Monochromatic Colors of #FFD9CD
Black with #FFD9CD
Text Example
Text Example
White with #FFD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9CD; }
p { color: rgb(255,217,205); }
H1.HeaderClassName
{
color: #FFD9CD;
}
.AnyTagClassName
{
color: #FFD9CD;
}
</style>
background-color css
<style>
a { background-color: #FFD9CD; }
a { background-color: rgb(255,217,205); }
div.DivClassName
{
background-color: #FFD9CD;
}
.BgClassName
{
background-color: #FFD9CD;
}
</style>
border-color css
<style>
span { border-color: #FFD9CD; }
span { border-color: rgb(255,217,205); }
td.TdClassName
{
border-color: #FFD9CD;
}
.TagClassName
{
border-color: #FFD9CD;
}
</style>