Shades of Pale Rose #DECACC
Tints of Pale Rose #DECACC
RGB
CMYK
RGB Variations
Color information
#DECACC (or 0xDECACC) is known color: Pale Rose. HEX triplet: DE, CA and CC. RGB value is (222,202,204). Sum of RGB (Red+Green+Blue) = 222+202+204=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DECACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECACC is #213533. Grayscale: #D0D0D0. Windows color (decimal): -2176308 or 13421278. OLE color: 13421278.
HSL color Cylindrical-coordinate representation of color #DECACC: hue angle of 354º degrees, saturation: 0.23, 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 #DECACC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 204 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.13 |
| HSL | 354º | 0.23% | 0.83% | - |
| HSV(B) | 354º | 0.09% | 0.87% | - |
| XYZ | 62.14 | 62.13 | 65.84 | - |
| YUV | 208.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 204 | 0 | 0.09 | 0.08 | 0.13 | 354 | 0.23 | 0.83 |
| Hex | DE | CA | CC | 0 | 9 | 8 | D | 162 | 17 | 53 |
| Octal | 336 | 312 | 314 | 0 | 11 | 10 | 15 | 542 | 27 | 123 |
| Binary | 11011110 | 11001010 | 11001100 | 0 | 1001 | 1000 | 1101 | 101100010 | 10111 | 1010011 |
Color Harmonies of #DECACC
Complementary color
Monochromatic Colors of #DECACC
Black with #DECACC
Text Example
Text Example
White with #DECACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECACC; }
p { color: rgb(222,202,204); }
H1.HeaderClassName
{
color: #DECACC;
}
.AnyTagClassName
{
color: #DECACC;
}
</style>
background-color css
<style>
a { background-color: #DECACC; }
a { background-color: rgb(222,202,204); }
div.DivClassName
{
background-color: #DECACC;
}
.BgClassName
{
background-color: #DECACC;
}
</style>
border-color css
<style>
span { border-color: #DECACC; }
span { border-color: rgb(222,202,204); }
td.TdClassName
{
border-color: #DECACC;
}
.TagClassName
{
border-color: #DECACC;
}
</style>