Shades of Cinderella #FFD9C7
Tints of Cinderella #FFD9C7
RGB
CMYK
RGB Variations
Color information
#FFD9C7 (or 0xFFD9C7) is known color: Cinderella. HEX triplet: FF, D9 and C7. RGB value is (255,217,199). Sum of RGB (Red+Green+Blue) = 255+217+199=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C7 is #002638. Grayscale: #E2E2E2. Windows color (decimal): -9785 or 13097471. OLE color: 13097471.
HSL color Cylindrical-coordinate representation of color #FFD9C7: hue angle of 19.29º 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 #FFD9C7 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 199 | - |
CMYK | 0 | 0.15 | 0.22 | 0 |
HSL | 19.29º | 1% | 0.89% | - |
HSV(B) | 19.29º | 0.22% | 1% | - |
XYZ | 76.36 | 75.01 | 64.49 | - |
YUV | 226.31 | 112.59 | 148.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 199 | 0 | 0.15 | 0.22 | 0 | 19.29 | 1 | 0.89 |
Hex | FF | D9 | C7 | 0 | F | 16 | 0 | 13 | 64 | 59 |
Octal | 377 | 331 | 307 | 0 | 17 | 26 | 0 | 23 | 144 | 131 |
Binary | 11111111 | 11011001 | 11000111 | 0 | 1111 | 10110 | 0 | 10011 | 1100100 | 1011001 |
Color Harmonies of #FFD9C7
Complementary color
Monochromatic Colors of #FFD9C7
Black with #FFD9C7
Text Example
Text Example
White with #FFD9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9C7; }
p { color: rgb(255,217,199); }
H1.HeaderClassName
{
color: #FFD9C7;
}
.AnyTagClassName
{
color: #FFD9C7;
}
</style>
background-color css
<style>
a { background-color: #FFD9C7; }
a { background-color: rgb(255,217,199); }
div.DivClassName
{
background-color: #FFD9C7;
}
.BgClassName
{
background-color: #FFD9C7;
}
</style>
border-color css
<style>
span { border-color: #FFD9C7; }
span { border-color: rgb(255,217,199); }
td.TdClassName
{
border-color: #FFD9C7;
}
.TagClassName
{
border-color: #FFD9C7;
}
</style>