Shades of Pale Rose #DECCCD
Tints of Pale Rose #DECCCD
RGB
CMYK
RGB Variations
Color information
#DECCCD (or 0xDECCCD) is known color: Pale Rose. HEX triplet: DE, CC and CD. RGB value is (222,204,205). Sum of RGB (Red+Green+Blue) = 222+204+205=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCCD is #213332. Grayscale: #D1D1D1. Windows color (decimal): -2175795 or 13487326. OLE color: 13487326.
HSL color Cylindrical-coordinate representation of color #DECCCD: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCCD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 205 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.13 |
| HSL | 356.67º | 0.21% | 0.84% | - |
| HSV(B) | 356.67º | 0.08% | 0.87% | - |
| XYZ | 62.74 | 63.12 | 66.64 | - |
| YUV | 209.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 205 | 0 | 0.08 | 0.08 | 0.13 | 356.67 | 0.21 | 0.84 |
| Hex | DE | CC | CD | 0 | 8 | 8 | D | 165 | 15 | 54 |
| Octal | 336 | 314 | 315 | 0 | 10 | 10 | 15 | 545 | 25 | 124 |
| Binary | 11011110 | 11001100 | 11001101 | 0 | 1000 | 1000 | 1101 | 101100101 | 10101 | 1010100 |
Color Harmonies of #DECCCD
Complementary color
Monochromatic Colors of #DECCCD
Black with #DECCCD
Text Example
Text Example
White with #DECCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCCD; }
p { color: rgb(222,204,205); }
H1.HeaderClassName
{
color: #DECCCD;
}
.AnyTagClassName
{
color: #DECCCD;
}
</style>
background-color css
<style>
a { background-color: #DECCCD; }
a { background-color: rgb(222,204,205); }
div.DivClassName
{
background-color: #DECCCD;
}
.BgClassName
{
background-color: #DECCCD;
}
</style>
border-color css
<style>
span { border-color: #DECCCD; }
span { border-color: rgb(222,204,205); }
td.TdClassName
{
border-color: #DECCCD;
}
.TagClassName
{
border-color: #DECCCD;
}
</style>