Shades of Cinderella #FFDBCC
Tints of Cinderella #FFDBCC
RGB
CMYK
RGB Variations
Color information
#FFDBCC (or 0xFFDBCC) is known color: Cinderella. HEX triplet: FF, DB and CC. RGB value is (255,219,204). Sum of RGB (Red+Green+Blue) = 255+219+204=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBCC is #002433. Grayscale: #E4E4E4. Windows color (decimal): -9268 or 13425663. OLE color: 13425663.
HSL color Cylindrical-coordinate representation of color #FFDBCC: hue angle of 17.65º 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 #FFDBCC is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 204 | - |
| CMYK | 0 | 0.14 | 0.2 | 0 |
| HSL | 17.65º | 1% | 0.9% | - |
| HSV(B) | 17.65º | 0.2% | 1% | - |
| XYZ | 77.47 | 76.28 | 67.77 | - |
| YUV | 228.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 204 | 0 | 0.14 | 0.2 | 0 | 17.65 | 1 | 0.9 |
| Hex | FF | DB | CC | 0 | E | 14 | 0 | 12 | 64 | 5A |
| Octal | 377 | 333 | 314 | 0 | 16 | 24 | 0 | 22 | 144 | 132 |
| Binary | 11111111 | 11011011 | 11001100 | 0 | 1110 | 10100 | 0 | 10010 | 1100100 | 1011010 |
Color Harmonies of #FFDBCC
Complementary color
Monochromatic Colors of #FFDBCC
Black with #FFDBCC
Text Example
Text Example
White with #FFDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBCC; }
p { color: rgb(255,219,204); }
H1.HeaderClassName
{
color: #FFDBCC;
}
.AnyTagClassName
{
color: #FFDBCC;
}
</style>
background-color css
<style>
a { background-color: #FFDBCC; }
a { background-color: rgb(255,219,204); }
div.DivClassName
{
background-color: #FFDBCC;
}
.BgClassName
{
background-color: #FFDBCC;
}
</style>
border-color css
<style>
span { border-color: #FFDBCC; }
span { border-color: rgb(255,219,204); }
td.TdClassName
{
border-color: #FFDBCC;
}
.TagClassName
{
border-color: #FFDBCC;
}
</style>