Shades of Pale Rose #DCCBCC
Tints of Pale Rose #DCCBCC
RGB
CMYK
RGB Variations
Color information
#DCCBCC (or 0xDCCBCC) is known color: Pale Rose. HEX triplet: DC, CB and CC. RGB value is (220,203,204). Sum of RGB (Red+Green+Blue) = 220+203+204=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBCC is #233433. Grayscale: #D0D0D0. Windows color (decimal): -2307124 or 13421532. OLE color: 13421532.
HSL color Cylindrical-coordinate representation of color #DCCBCC: hue angle of 356.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBCC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 204 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.14 |
| HSL | 356.47º | 0.2% | 0.83% | - |
| HSV(B) | 356.47º | 0.08% | 0.86% | - |
| XYZ | 61.77 | 62.29 | 65.89 | - |
| YUV | 208.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 204 | 0 | 0.08 | 0.07 | 0.14 | 356.47 | 0.2 | 0.83 |
| Hex | DC | CB | CC | 0 | 8 | 7 | E | 164 | 14 | 53 |
| Octal | 334 | 313 | 314 | 0 | 10 | 7 | 16 | 544 | 24 | 123 |
| Binary | 11011100 | 11001011 | 11001100 | 0 | 1000 | 111 | 1110 | 101100100 | 10100 | 1010011 |
Color Harmonies of #DCCBCC
Complementary color
Monochromatic Colors of #DCCBCC
Black with #DCCBCC
Text Example
Text Example
White with #DCCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBCC; }
p { color: rgb(220,203,204); }
H1.HeaderClassName
{
color: #DCCBCC;
}
.AnyTagClassName
{
color: #DCCBCC;
}
</style>
background-color css
<style>
a { background-color: #DCCBCC; }
a { background-color: rgb(220,203,204); }
div.DivClassName
{
background-color: #DCCBCC;
}
.BgClassName
{
background-color: #DCCBCC;
}
</style>
border-color css
<style>
span { border-color: #DCCBCC; }
span { border-color: rgb(220,203,204); }
td.TdClassName
{
border-color: #DCCBCC;
}
.TagClassName
{
border-color: #DCCBCC;
}
</style>