Shades of Pale Rose #DECBCD
Tints of Pale Rose #DECBCD
RGB
CMYK
RGB Variations
Color information
#DECBCD (or 0xDECBCD) is known color: Pale Rose. HEX triplet: DE, CB and CD. RGB value is (222,203,205). Sum of RGB (Red+Green+Blue) = 222+203+205=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBCD is #213432. Grayscale: #D0D0D0. Windows color (decimal): -2176051 or 13487070. OLE color: 13487070.
HSL color Cylindrical-coordinate representation of color #DECBCD: hue angle of 353.68º 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 #DECBCD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 205 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.13 |
| HSL | 353.68º | 0.22% | 0.83% | - |
| HSV(B) | 353.68º | 0.09% | 0.87% | - |
| XYZ | 62.5 | 62.65 | 66.56 | - |
| YUV | 208.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 205 | 0 | 0.09 | 0.08 | 0.13 | 353.68 | 0.22 | 0.83 |
| Hex | DE | CB | CD | 0 | 9 | 8 | D | 162 | 16 | 53 |
| Octal | 336 | 313 | 315 | 0 | 11 | 10 | 15 | 542 | 26 | 123 |
| Binary | 11011110 | 11001011 | 11001101 | 0 | 1001 | 1000 | 1101 | 101100010 | 10110 | 1010011 |
Color Harmonies of #DECBCD
Complementary color
Monochromatic Colors of #DECBCD
Black with #DECBCD
Text Example
Text Example
White with #DECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBCD; }
p { color: rgb(222,203,205); }
H1.HeaderClassName
{
color: #DECBCD;
}
.AnyTagClassName
{
color: #DECBCD;
}
</style>
background-color css
<style>
a { background-color: #DECBCD; }
a { background-color: rgb(222,203,205); }
div.DivClassName
{
background-color: #DECBCD;
}
.BgClassName
{
background-color: #DECBCD;
}
</style>
border-color css
<style>
span { border-color: #DECBCD; }
span { border-color: rgb(222,203,205); }
td.TdClassName
{
border-color: #DECBCD;
}
.TagClassName
{
border-color: #DECBCD;
}
</style>