Shades of Cinderella #FFDCCD
Tints of Cinderella #FFDCCD
RGB
CMYK
RGB Variations
Color information
#FFDCCD (or 0xFFDCCD) is known color: Cinderella. HEX triplet: FF, DC and CD. RGB value is (255,220,205). Sum of RGB (Red+Green+Blue) = 255+220+205=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCD is #002332. Grayscale: #E4E4E4. Windows color (decimal): -9011 or 13491455. OLE color: 13491455.
HSL color Cylindrical-coordinate representation of color #FFDCCD: hue angle of 18º 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 #FFDCCD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 205 | - |
| CMYK | 0 | 0.14 | 0.20 | 0 |
| HSL | 18º | 1% | 0.9% | - |
| HSV(B) | 18º | 0.2% | 1% | - |
| XYZ | 77.85 | 76.85 | 68.49 | - |
| YUV | 228.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 205 | 0 | 0.14 | 0.20 | 0 | 18 | 1 | 0.9 |
| Hex | FF | DC | CD | 0 | E | 14 | 0 | 12 | 64 | 5A |
| Octal | 377 | 334 | 315 | 0 | 16 | 24 | 0 | 22 | 144 | 132 |
| Binary | 11111111 | 11011100 | 11001101 | 0 | 1110 | 10100 | 0 | 10010 | 1100100 | 1011010 |
Color Harmonies of #FFDCCD
Complementary color
Monochromatic Colors of #FFDCCD
Black with #FFDCCD
Text Example
Text Example
White with #FFDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCCD; }
p { color: rgb(255,220,205); }
H1.HeaderClassName
{
color: #FFDCCD;
}
.AnyTagClassName
{
color: #FFDCCD;
}
</style>
background-color css
<style>
a { background-color: #FFDCCD; }
a { background-color: rgb(255,220,205); }
div.DivClassName
{
background-color: #FFDCCD;
}
.BgClassName
{
background-color: #FFDCCD;
}
</style>
border-color css
<style>
span { border-color: #FFDCCD; }
span { border-color: rgb(255,220,205); }
td.TdClassName
{
border-color: #FFDCCD;
}
.TagClassName
{
border-color: #FFDCCD;
}
</style>