Shades of Cinderella #FFDBCE
Tints of Cinderella #FFDBCE
RGB
CMYK
RGB Variations
Color information
#FFDBCE (or 0xFFDBCE) is known color: Cinderella. HEX triplet: FF, DB and CE. RGB value is (255,219,206). Sum of RGB (Red+Green+Blue) = 255+219+206=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBCE is #002431. Grayscale: #E4E4E4. Windows color (decimal): -9266 or 13556735. OLE color: 13556735.
HSL color Cylindrical-coordinate representation of color #FFDBCE: hue angle of 15.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFDBCE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 206 | - |
| CMYK | 0 | 0.14 | 0.19 | 0 |
| HSL | 15.92º | 1% | 0.9% | - |
| HSV(B) | 15.92º | 0.19% | 1% | - |
| XYZ | 77.71 | 76.38 | 69.04 | - |
| YUV | 228.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 206 | 0 | 0.14 | 0.19 | 0 | 15.92 | 1 | 0.9 |
| Hex | FF | DB | CE | 0 | E | 13 | 0 | 10 | 64 | 5A |
| Octal | 377 | 333 | 316 | 0 | 16 | 23 | 0 | 20 | 144 | 132 |
| Binary | 11111111 | 11011011 | 11001110 | 0 | 1110 | 10011 | 0 | 10000 | 1100100 | 1011010 |
Color Harmonies of #FFDBCE
Complementary color
Monochromatic Colors of #FFDBCE
Black with #FFDBCE
Text Example
Text Example
White with #FFDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBCE; }
p { color: rgb(255,219,206); }
H1.HeaderClassName
{
color: #FFDBCE;
}
.AnyTagClassName
{
color: #FFDBCE;
}
</style>
background-color css
<style>
a { background-color: #FFDBCE; }
a { background-color: rgb(255,219,206); }
div.DivClassName
{
background-color: #FFDBCE;
}
.BgClassName
{
background-color: #FFDBCE;
}
</style>
border-color css
<style>
span { border-color: #FFDBCE; }
span { border-color: rgb(255,219,206); }
td.TdClassName
{
border-color: #FFDBCE;
}
.TagClassName
{
border-color: #FFDBCE;
}
</style>