Shades of Pale Rose #DDCBCC
Tints of Pale Rose #DDCBCC
RGB
CMYK
RGB Variations
Color information
#DDCBCC (or 0xDDCBCC) is known color: Pale Rose. HEX triplet: DD, CB and CC. RGB value is (221,203,204). Sum of RGB (Red+Green+Blue) = 221+203+204=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBCC is #223433. Grayscale: #D0D0D0. Windows color (decimal): -2241588 or 13421533. OLE color: 13421533.
HSL color Cylindrical-coordinate representation of color #DDCBCC: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCBCC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 204 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.13 |
| HSL | 356.67º | 0.21% | 0.83% | - |
| HSV(B) | 356.67º | 0.08% | 0.87% | - |
| XYZ | 62.07 | 62.44 | 65.91 | - |
| YUV | 208.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 204 | 0 | 0.08 | 0.08 | 0.13 | 356.67 | 0.21 | 0.83 |
| Hex | DD | CB | CC | 0 | 8 | 8 | D | 165 | 15 | 53 |
| Octal | 335 | 313 | 314 | 0 | 10 | 10 | 15 | 545 | 25 | 123 |
| Binary | 11011101 | 11001011 | 11001100 | 0 | 1000 | 1000 | 1101 | 101100101 | 10101 | 1010011 |
Color Harmonies of #DDCBCC
Complementary color
Monochromatic Colors of #DDCBCC
Black with #DDCBCC
Text Example
Text Example
White with #DDCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBCC; }
p { color: rgb(221,203,204); }
H1.HeaderClassName
{
color: #DDCBCC;
}
.AnyTagClassName
{
color: #DDCBCC;
}
</style>
background-color css
<style>
a { background-color: #DDCBCC; }
a { background-color: rgb(221,203,204); }
div.DivClassName
{
background-color: #DDCBCC;
}
.BgClassName
{
background-color: #DDCBCC;
}
</style>
border-color css
<style>
span { border-color: #DDCBCC; }
span { border-color: rgb(221,203,204); }
td.TdClassName
{
border-color: #DDCBCC;
}
.TagClassName
{
border-color: #DDCBCC;
}
</style>