Shades of Cinderella #FFDCCA
Tints of Cinderella #FFDCCA
RGB
CMYK
RGB Variations
Color information
#FFDCCA (or 0xFFDCCA) is known color: Cinderella. HEX triplet: FF, DC and CA. RGB value is (255,220,202). Sum of RGB (Red+Green+Blue) = 255+220+202=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCA is #002335. Grayscale: #E4E4E4. Windows color (decimal): -9014 or 13294847. OLE color: 13294847.
HSL color Cylindrical-coordinate representation of color #FFDCCA: hue angle of 20.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFDCCA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 202 | - |
| CMYK | 0 | 0.14 | 0.21 | 0 |
| HSL | 20.38º | 1% | 0.9% | - |
| HSV(B) | 20.38º | 0.21% | 1% | - |
| XYZ | 77.49 | 76.71 | 66.6 | - |
| YUV | 228.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 202 | 0 | 0.14 | 0.21 | 0 | 20.38 | 1 | 0.9 |
| Hex | FF | DC | CA | 0 | E | 15 | 0 | 14 | 64 | 5A |
| Octal | 377 | 334 | 312 | 0 | 16 | 25 | 0 | 24 | 144 | 132 |
| Binary | 11111111 | 11011100 | 11001010 | 0 | 1110 | 10101 | 0 | 10100 | 1100100 | 1011010 |
Color Harmonies of #FFDCCA
Complementary color
Monochromatic Colors of #FFDCCA
Black with #FFDCCA
Text Example
Text Example
White with #FFDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCCA; }
p { color: rgb(255,220,202); }
H1.HeaderClassName
{
color: #FFDCCA;
}
.AnyTagClassName
{
color: #FFDCCA;
}
</style>
background-color css
<style>
a { background-color: #FFDCCA; }
a { background-color: rgb(255,220,202); }
div.DivClassName
{
background-color: #FFDCCA;
}
.BgClassName
{
background-color: #FFDCCA;
}
</style>
border-color css
<style>
span { border-color: #FFDCCA; }
span { border-color: rgb(255,220,202); }
td.TdClassName
{
border-color: #FFDCCA;
}
.TagClassName
{
border-color: #FFDCCA;
}
</style>