Shades of Cinderella #FFDBCA
Tints of Cinderella #FFDBCA
RGB
CMYK
RGB Variations
Color information
#FFDBCA (or 0xFFDBCA) is known color: Cinderella. HEX triplet: FF, DB and CA. RGB value is (255,219,202). Sum of RGB (Red+Green+Blue) = 255+219+202=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBCA is #002435. Grayscale: #E3E3E3. Windows color (decimal): -9270 or 13294591. OLE color: 13294591.
HSL color Cylindrical-coordinate representation of color #FFDBCA: hue angle of 19.25º 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 #FFDBCA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 202 | - |
| CMYK | 0 | 0.14 | 0.21 | 0 |
| HSL | 19.25º | 1% | 0.9% | - |
| HSV(B) | 19.25º | 0.21% | 1% | - |
| XYZ | 77.23 | 76.19 | 66.51 | - |
| YUV | 227.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 202 | 0 | 0.14 | 0.21 | 0 | 19.25 | 1 | 0.9 |
| Hex | FF | DB | CA | 0 | E | 15 | 0 | 13 | 64 | 5A |
| Octal | 377 | 333 | 312 | 0 | 16 | 25 | 0 | 23 | 144 | 132 |
| Binary | 11111111 | 11011011 | 11001010 | 0 | 1110 | 10101 | 0 | 10011 | 1100100 | 1011010 |
Color Harmonies of #FFDBCA
Complementary color
Monochromatic Colors of #FFDBCA
Black with #FFDBCA
Text Example
Text Example
White with #FFDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBCA; }
p { color: rgb(255,219,202); }
H1.HeaderClassName
{
color: #FFDBCA;
}
.AnyTagClassName
{
color: #FFDBCA;
}
</style>
background-color css
<style>
a { background-color: #FFDBCA; }
a { background-color: rgb(255,219,202); }
div.DivClassName
{
background-color: #FFDBCA;
}
.BgClassName
{
background-color: #FFDBCA;
}
</style>
border-color css
<style>
span { border-color: #FFDBCA; }
span { border-color: rgb(255,219,202); }
td.TdClassName
{
border-color: #FFDBCA;
}
.TagClassName
{
border-color: #FFDBCA;
}
</style>