Shades of Cinderella #FFD9CC
Tints of Cinderella #FFD9CC
RGB
CMYK
RGB Variations
Color information
#FFD9CC (or 0xFFD9CC) is known color: Cinderella. HEX triplet: FF, D9 and CC. RGB value is (255,217,204). Sum of RGB (Red+Green+Blue) = 255+217+204=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CC is #002633. Grayscale: #E2E2E2. Windows color (decimal): -9780 or 13425151. OLE color: 13425151.
HSL color Cylindrical-coordinate representation of color #FFD9CC: hue angle of 15.29º 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 #FFD9CC is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 204 | - |
| CMYK | 0 | 0.15 | 0.2 | 0 |
| HSL | 15.29º | 1% | 0.9% | - |
| HSV(B) | 15.29º | 0.2% | 1% | - |
| XYZ | 76.95 | 75.25 | 67.59 | - |
| YUV | 226.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 204 | 0 | 0.15 | 0.2 | 0 | 15.29 | 1 | 0.9 |
| Hex | FF | D9 | CC | 0 | F | 14 | 0 | F | 64 | 5A |
| Octal | 377 | 331 | 314 | 0 | 17 | 24 | 0 | 17 | 144 | 132 |
| Binary | 11111111 | 11011001 | 11001100 | 0 | 1111 | 10100 | 0 | 1111 | 1100100 | 1011010 |
Color Harmonies of #FFD9CC
Complementary color
Monochromatic Colors of #FFD9CC
Black with #FFD9CC
Text Example
Text Example
White with #FFD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9CC; }
p { color: rgb(255,217,204); }
H1.HeaderClassName
{
color: #FFD9CC;
}
.AnyTagClassName
{
color: #FFD9CC;
}
</style>
background-color css
<style>
a { background-color: #FFD9CC; }
a { background-color: rgb(255,217,204); }
div.DivClassName
{
background-color: #FFD9CC;
}
.BgClassName
{
background-color: #FFD9CC;
}
</style>
border-color css
<style>
span { border-color: #FFD9CC; }
span { border-color: rgb(255,217,204); }
td.TdClassName
{
border-color: #FFD9CC;
}
.TagClassName
{
border-color: #FFD9CC;
}
</style>