Shades of Cinderella #FFDDCD
Tints of Cinderella #FFDDCD
RGB
CMYK
RGB Variations
Color information
#FFDDCD (or 0xFFDDCD) is known color: Cinderella. HEX triplet: FF, DD and CD. RGB value is (255,221,205). Sum of RGB (Red+Green+Blue) = 255+221+205=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCD is #002232. Grayscale: #E5E5E5. Windows color (decimal): -8755 or 13491711. OLE color: 13491711.
HSL color Cylindrical-coordinate representation of color #FFDDCD: hue angle of 19.2º 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 #FFDDCD is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 205 | - |
CMYK | 0 | 0.13 | 0.20 | 0 |
HSL | 19.2º | 1% | 0.9% | - |
HSV(B) | 19.2º | 0.2% | 1% | - |
XYZ | 78.12 | 77.38 | 68.58 | - |
YUV | 229.34 | 114.26 | 146.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 205 | 0 | 0.13 | 0.20 | 0 | 19.2 | 1 | 0.9 |
Hex | FF | DD | CD | 0 | D | 14 | 0 | 13 | 64 | 5A |
Octal | 377 | 335 | 315 | 0 | 15 | 24 | 0 | 23 | 144 | 132 |
Binary | 11111111 | 11011101 | 11001101 | 0 | 1101 | 10100 | 0 | 10011 | 1100100 | 1011010 |
Color Harmonies of #FFDDCD
Complementary color
Monochromatic Colors of #FFDDCD
Black with #FFDDCD
Text Example
Text Example
White with #FFDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDCD; }
p { color: rgb(255,221,205); }
H1.HeaderClassName
{
color: #FFDDCD;
}
.AnyTagClassName
{
color: #FFDDCD;
}
</style>
background-color css
<style>
a { background-color: #FFDDCD; }
a { background-color: rgb(255,221,205); }
div.DivClassName
{
background-color: #FFDDCD;
}
.BgClassName
{
background-color: #FFDDCD;
}
</style>
border-color css
<style>
span { border-color: #FFDDCD; }
span { border-color: rgb(255,221,205); }
td.TdClassName
{
border-color: #FFDDCD;
}
.TagClassName
{
border-color: #FFDDCD;
}
</style>