Shades of Pale Rose #DECBCC
Tints of Pale Rose #DECBCC
RGB
CMYK
RGB Variations
Color information
#DECBCC (or 0xDECBCC) is known color: Pale Rose. HEX triplet: DE, CB and CC. RGB value is (222,203,204). Sum of RGB (Red+Green+Blue) = 222+203+204=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBCC is #213433. Grayscale: #D0D0D0. Windows color (decimal): -2176052 or 13421534. OLE color: 13421534.
HSL color Cylindrical-coordinate representation of color #DECBCC: hue angle of 356.84º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECBCC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 204 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.13 |
| HSL | 356.84º | 0.22% | 0.83% | - |
| HSV(B) | 356.84º | 0.09% | 0.87% | - |
| XYZ | 62.38 | 62.6 | 65.92 | - |
| YUV | 208.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 204 | 0 | 0.09 | 0.08 | 0.13 | 356.84 | 0.22 | 0.83 |
| Hex | DE | CB | CC | 0 | 9 | 8 | D | 165 | 16 | 53 |
| Octal | 336 | 313 | 314 | 0 | 11 | 10 | 15 | 545 | 26 | 123 |
| Binary | 11011110 | 11001011 | 11001100 | 0 | 1001 | 1000 | 1101 | 101100101 | 10110 | 1010011 |
Color Harmonies of #DECBCC
Complementary color
Monochromatic Colors of #DECBCC
Black with #DECBCC
Text Example
Text Example
White with #DECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBCC; }
p { color: rgb(222,203,204); }
H1.HeaderClassName
{
color: #DECBCC;
}
.AnyTagClassName
{
color: #DECBCC;
}
</style>
background-color css
<style>
a { background-color: #DECBCC; }
a { background-color: rgb(222,203,204); }
div.DivClassName
{
background-color: #DECBCC;
}
.BgClassName
{
background-color: #DECBCC;
}
</style>
border-color css
<style>
span { border-color: #DECBCC; }
span { border-color: rgb(222,203,204); }
td.TdClassName
{
border-color: #DECBCC;
}
.TagClassName
{
border-color: #DECBCC;
}
</style>