Shades of Cinderella #FFD2C7
Tints of Cinderella #FFD2C7
RGB
CMYK
RGB Variations
Color information
#FFD2C7 (or 0xFFD2C7) is known color: Cinderella. HEX triplet: FF, D2 and C7. RGB value is (255,210,199). Sum of RGB (Red+Green+Blue) = 255+210+199=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 199 (78.12% from 255 or 29.97% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C7 is #002D38. Grayscale: #DEDEDE. Windows color (decimal): -11577 or 13095679. OLE color: 13095679.
HSL color Cylindrical-coordinate representation of color #FFD2C7: hue angle of 11.79º 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 #FFD2C7 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 199 | - |
| CMYK | 0 | 0.18 | 0.22 | 0 |
| HSL | 11.79º | 1% | 0.89% | - |
| HSV(B) | 11.79º | 0.22% | 1% | - |
| XYZ | 74.6 | 71.48 | 63.9 | - |
| YUV | 222.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 199 | 0 | 0.18 | 0.22 | 0 | 11.79 | 1 | 0.89 |
| Hex | FF | D2 | C7 | 0 | 12 | 16 | 0 | C | 64 | 59 |
| Octal | 377 | 322 | 307 | 0 | 22 | 26 | 0 | 14 | 144 | 131 |
| Binary | 11111111 | 11010010 | 11000111 | 0 | 10010 | 10110 | 0 | 1100 | 1100100 | 1011001 |
Color Harmonies of #FFD2C7
Complementary color
Monochromatic Colors of #FFD2C7
Black with #FFD2C7
Text Example
Text Example
White with #FFD2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2C7; }
p { color: rgb(255,210,199); }
H1.HeaderClassName
{
color: #FFD2C7;
}
.AnyTagClassName
{
color: #FFD2C7;
}
</style>
background-color css
<style>
a { background-color: #FFD2C7; }
a { background-color: rgb(255,210,199); }
div.DivClassName
{
background-color: #FFD2C7;
}
.BgClassName
{
background-color: #FFD2C7;
}
</style>
border-color css
<style>
span { border-color: #FFD2C7; }
span { border-color: rgb(255,210,199); }
td.TdClassName
{
border-color: #FFD2C7;
}
.TagClassName
{
border-color: #FFD2C7;
}
</style>