Shades of Cinderella #FFDAC9
Tints of Cinderella #FFDAC9
RGB
CMYK
RGB Variations
Color information
#FFDAC9 (or 0xFFDAC9) is known color: Cinderella. HEX triplet: FF, DA and C9. RGB value is (255,218,201). Sum of RGB (Red+Green+Blue) = 255+218+201=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAC9 is #002536. Grayscale: #E3E3E3. Windows color (decimal): -9527 or 13228799. OLE color: 13228799.
HSL color Cylindrical-coordinate representation of color #FFDAC9: hue angle of 18.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFDAC9 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 201 | - |
| CMYK | 0 | 0.15 | 0.21 | 0 |
| HSL | 18.89º | 1% | 0.89% | - |
| HSV(B) | 18.89º | 0.21% | 1% | - |
| XYZ | 76.85 | 75.62 | 65.8 | - |
| YUV | 227.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 201 | 0 | 0.15 | 0.21 | 0 | 18.89 | 1 | 0.89 |
| Hex | FF | DA | C9 | 0 | F | 15 | 0 | 13 | 64 | 59 |
| Octal | 377 | 332 | 311 | 0 | 17 | 25 | 0 | 23 | 144 | 131 |
| Binary | 11111111 | 11011010 | 11001001 | 0 | 1111 | 10101 | 0 | 10011 | 1100100 | 1011001 |
Color Harmonies of #FFDAC9
Complementary color
Monochromatic Colors of #FFDAC9
Black with #FFDAC9
Text Example
Text Example
White with #FFDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAC9; }
p { color: rgb(255,218,201); }
H1.HeaderClassName
{
color: #FFDAC9;
}
.AnyTagClassName
{
color: #FFDAC9;
}
</style>
background-color css
<style>
a { background-color: #FFDAC9; }
a { background-color: rgb(255,218,201); }
div.DivClassName
{
background-color: #FFDAC9;
}
.BgClassName
{
background-color: #FFDAC9;
}
</style>
border-color css
<style>
span { border-color: #FFDAC9; }
span { border-color: rgb(255,218,201); }
td.TdClassName
{
border-color: #FFDAC9;
}
.TagClassName
{
border-color: #FFDAC9;
}
</style>