Shades of Cinderella #FFDBC9
Tints of Cinderella #FFDBC9
RGB
CMYK
RGB Variations
Color information
#FFDBC9 (or 0xFFDBC9) is known color: Cinderella. HEX triplet: FF, DB and C9. RGB value is (255,219,201). Sum of RGB (Red+Green+Blue) = 255+219+201=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBC9 is #002436. Grayscale: #E3E3E3. Windows color (decimal): -9271 or 13229055. OLE color: 13229055.
HSL color Cylindrical-coordinate representation of color #FFDBC9: hue angle of 20º 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 #FFDBC9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 201 | - |
| CMYK | 0 | 0.14 | 0.21 | 0 |
| HSL | 20º | 1% | 0.89% | - |
| HSV(B) | 20º | 0.21% | 1% | - |
| XYZ | 77.11 | 76.14 | 65.89 | - |
| YUV | 227.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 201 | 0 | 0.14 | 0.21 | 0 | 20 | 1 | 0.89 |
| Hex | FF | DB | C9 | 0 | E | 15 | 0 | 14 | 64 | 59 |
| Octal | 377 | 333 | 311 | 0 | 16 | 25 | 0 | 24 | 144 | 131 |
| Binary | 11111111 | 11011011 | 11001001 | 0 | 1110 | 10101 | 0 | 10100 | 1100100 | 1011001 |
Color Harmonies of #FFDBC9
Complementary color
Monochromatic Colors of #FFDBC9
Black with #FFDBC9
Text Example
Text Example
White with #FFDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBC9; }
p { color: rgb(255,219,201); }
H1.HeaderClassName
{
color: #FFDBC9;
}
.AnyTagClassName
{
color: #FFDBC9;
}
</style>
background-color css
<style>
a { background-color: #FFDBC9; }
a { background-color: rgb(255,219,201); }
div.DivClassName
{
background-color: #FFDBC9;
}
.BgClassName
{
background-color: #FFDBC9;
}
</style>
border-color css
<style>
span { border-color: #FFDBC9; }
span { border-color: rgb(255,219,201); }
td.TdClassName
{
border-color: #FFDBC9;
}
.TagClassName
{
border-color: #FFDBC9;
}
</style>