Shades of Pale Rose #DECED0
Tints of Pale Rose #DECED0
RGB
CMYK
RGB Variations
Color information
#DECED0 (or 0xDECED0) is known color: Pale Rose. HEX triplet: DE, CE and D0. RGB value is (222,206,208). Sum of RGB (Red+Green+Blue) = 222+206+208=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DECED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECED0 is #21312F. Grayscale: #D3D3D3. Windows color (decimal): -2175280 or 13684446. OLE color: 13684446.
HSL color Cylindrical-coordinate representation of color #DECED0: hue angle of 352.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECED0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 208 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.13 |
| HSL | 352.5º | 0.2% | 0.84% | - |
| HSV(B) | 352.5º | 0.07% | 0.87% | - |
| XYZ | 63.58 | 64.23 | 68.72 | - |
| YUV | 211.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 208 | 0 | 0.07 | 0.06 | 0.13 | 352.5 | 0.2 | 0.84 |
| Hex | DE | CE | D0 | 0 | 7 | 6 | D | 160 | 14 | 54 |
| Octal | 336 | 316 | 320 | 0 | 7 | 6 | 15 | 540 | 24 | 124 |
| Binary | 11011110 | 11001110 | 11010000 | 0 | 111 | 110 | 1101 | 101100000 | 10100 | 1010100 |
Color Harmonies of #DECED0
Complementary color
Monochromatic Colors of #DECED0
Black with #DECED0
Text Example
Text Example
White with #DECED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECED0; }
p { color: rgb(222,206,208); }
H1.HeaderClassName
{
color: #DECED0;
}
.AnyTagClassName
{
color: #DECED0;
}
</style>
background-color css
<style>
a { background-color: #DECED0; }
a { background-color: rgb(222,206,208); }
div.DivClassName
{
background-color: #DECED0;
}
.BgClassName
{
background-color: #DECED0;
}
</style>
border-color css
<style>
span { border-color: #DECED0; }
span { border-color: rgb(222,206,208); }
td.TdClassName
{
border-color: #DECED0;
}
.TagClassName
{
border-color: #DECED0;
}
</style>