Shades of Cinderella #FFDACC
Tints of Cinderella #FFDACC
RGB
CMYK
RGB Variations
Color information
#FFDACC (or 0xFFDACC) is known color: Cinderella. HEX triplet: FF, DA and CC. RGB value is (255,218,204). Sum of RGB (Red+Green+Blue) = 255+218+204=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDACC is #002533. Grayscale: #E3E3E3. Windows color (decimal): -9524 or 13425407. OLE color: 13425407.
HSL color Cylindrical-coordinate representation of color #FFDACC: hue angle of 16.47º 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 #FFDACC is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 204 | - |
| CMYK | 0 | 0.15 | 0.2 | 0 |
| HSL | 16.47º | 1% | 0.9% | - |
| HSV(B) | 16.47º | 0.2% | 1% | - |
| XYZ | 77.21 | 75.76 | 67.68 | - |
| YUV | 227.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 204 | 0 | 0.15 | 0.2 | 0 | 16.47 | 1 | 0.9 |
| Hex | FF | DA | CC | 0 | F | 14 | 0 | 10 | 64 | 5A |
| Octal | 377 | 332 | 314 | 0 | 17 | 24 | 0 | 20 | 144 | 132 |
| Binary | 11111111 | 11011010 | 11001100 | 0 | 1111 | 10100 | 0 | 10000 | 1100100 | 1011010 |
Color Harmonies of #FFDACC
Complementary color
Monochromatic Colors of #FFDACC
Black with #FFDACC
Text Example
Text Example
White with #FFDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDACC; }
p { color: rgb(255,218,204); }
H1.HeaderClassName
{
color: #FFDACC;
}
.AnyTagClassName
{
color: #FFDACC;
}
</style>
background-color css
<style>
a { background-color: #FFDACC; }
a { background-color: rgb(255,218,204); }
div.DivClassName
{
background-color: #FFDACC;
}
.BgClassName
{
background-color: #FFDACC;
}
</style>
border-color css
<style>
span { border-color: #FFDACC; }
span { border-color: rgb(255,218,204); }
td.TdClassName
{
border-color: #FFDACC;
}
.TagClassName
{
border-color: #FFDACC;
}
</style>