Shades of Pale Rose #DECECF
Tints of Pale Rose #DECECF
RGB
CMYK
RGB Variations
Color information
#DECECF (or 0xDECECF) is known color: Pale Rose. HEX triplet: DE, CE and CF. RGB value is (222,206,207). Sum of RGB (Red+Green+Blue) = 222+206+207=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DECECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECECF is #213130. Grayscale: #D2D2D2. Windows color (decimal): -2175281 or 13618910. OLE color: 13618910.
HSL color Cylindrical-coordinate representation of color #DECECF: hue angle of 356.25º 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 #DECECF is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 207 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.13 |
| HSL | 356.25º | 0.2% | 0.84% | - |
| HSV(B) | 356.25º | 0.07% | 0.87% | - |
| XYZ | 63.46 | 64.18 | 68.07 | - |
| YUV | 210.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 207 | 0 | 0.07 | 0.07 | 0.13 | 356.25 | 0.2 | 0.84 |
| Hex | DE | CE | CF | 0 | 7 | 7 | D | 164 | 14 | 54 |
| Octal | 336 | 316 | 317 | 0 | 7 | 7 | 15 | 544 | 24 | 124 |
| Binary | 11011110 | 11001110 | 11001111 | 0 | 111 | 111 | 1101 | 101100100 | 10100 | 1010100 |
Color Harmonies of #DECECF
Complementary color
Monochromatic Colors of #DECECF
Black with #DECECF
Text Example
Text Example
White with #DECECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECECF; }
p { color: rgb(222,206,207); }
H1.HeaderClassName
{
color: #DECECF;
}
.AnyTagClassName
{
color: #DECECF;
}
</style>
background-color css
<style>
a { background-color: #DECECF; }
a { background-color: rgb(222,206,207); }
div.DivClassName
{
background-color: #DECECF;
}
.BgClassName
{
background-color: #DECECF;
}
</style>
border-color css
<style>
span { border-color: #DECECF; }
span { border-color: rgb(222,206,207); }
td.TdClassName
{
border-color: #DECECF;
}
.TagClassName
{
border-color: #DECECF;
}
</style>