Shades of Cinderella #FFD3C6
Tints of Cinderella #FFD3C6
RGB
CMYK
RGB Variations
Color information
#FFD3C6 (or 0xFFD3C6) is known color: Cinderella. HEX triplet: FF, D3 and C6. RGB value is (255,211,198). Sum of RGB (Red+Green+Blue) = 255+211+198=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 198 (77.73% from 255 or 29.82% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3C6 is #002C39. Grayscale: #DEDEDE. Windows color (decimal): -11322 or 13030399. OLE color: 13030399.
HSL color Cylindrical-coordinate representation of color #FFD3C6: hue angle of 13.68º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFD3C6 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 198 | - |
| CMYK | 0 | 0.17 | 0.22 | 0 |
| HSL | 13.68º | 1% | 0.89% | - |
| HSV(B) | 13.68º | 0.22% | 1% | - |
| XYZ | 74.73 | 71.93 | 63.37 | - |
| YUV | 222.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 198 | 0 | 0.17 | 0.22 | 0 | 13.68 | 1 | 0.89 |
| Hex | FF | D3 | C6 | 0 | 11 | 16 | 0 | E | 64 | 59 |
| Octal | 377 | 323 | 306 | 0 | 21 | 26 | 0 | 16 | 144 | 131 |
| Binary | 11111111 | 11010011 | 11000110 | 0 | 10001 | 10110 | 0 | 1110 | 1100100 | 1011001 |
Color Harmonies of #FFD3C6
Complementary color
Monochromatic Colors of #FFD3C6
Black with #FFD3C6
Text Example
Text Example
White with #FFD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3C6; }
p { color: rgb(255,211,198); }
H1.HeaderClassName
{
color: #FFD3C6;
}
.AnyTagClassName
{
color: #FFD3C6;
}
</style>
background-color css
<style>
a { background-color: #FFD3C6; }
a { background-color: rgb(255,211,198); }
div.DivClassName
{
background-color: #FFD3C6;
}
.BgClassName
{
background-color: #FFD3C6;
}
</style>
border-color css
<style>
span { border-color: #FFD3C6; }
span { border-color: rgb(255,211,198); }
td.TdClassName
{
border-color: #FFD3C6;
}
.TagClassName
{
border-color: #FFD3C6;
}
</style>