Shades of Shocking #DEA9C6
Tints of Shocking #DEA9C6
RGB
CMYK
RGB Variations
Color information
#DEA9C6 (or 0xDEA9C6) is known color: Shocking. HEX triplet: DE, A9 and C6. RGB value is (222,169,198). Sum of RGB (Red+Green+Blue) = 222+169+198=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9C6 is #215639. Grayscale: #BCBCBC. Windows color (decimal): -2184762 or 13019614. OLE color: 13019614.
HSL color Cylindrical-coordinate representation of color #DEA9C6: hue angle of 327.17º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9C6 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 198 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.13 |
| HSL | 327.17º | 0.45% | 0.77% | - |
| HSV(B) | 327.17º | 0.24% | 0.87% | - |
| XYZ | 54.51 | 47.98 | 59.81 | - |
| YUV | 188.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 198 | 0 | 0.24 | 0.11 | 0.13 | 327.17 | 0.45 | 0.77 |
| Hex | DE | A9 | C6 | 0 | 18 | B | D | 147 | 2D | 4D |
| Octal | 336 | 251 | 306 | 0 | 30 | 13 | 15 | 507 | 55 | 115 |
| Binary | 11011110 | 10101001 | 11000110 | 0 | 11000 | 1011 | 1101 | 101000111 | 101101 | 1001101 |
Color Harmonies of #DEA9C6
Complementary color
Monochromatic Colors of #DEA9C6
Black with #DEA9C6
Text Example
Text Example
White with #DEA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9C6; }
p { color: rgb(222,169,198); }
H1.HeaderClassName
{
color: #DEA9C6;
}
.AnyTagClassName
{
color: #DEA9C6;
}
</style>
background-color css
<style>
a { background-color: #DEA9C6; }
a { background-color: rgb(222,169,198); }
div.DivClassName
{
background-color: #DEA9C6;
}
.BgClassName
{
background-color: #DEA9C6;
}
</style>
border-color css
<style>
span { border-color: #DEA9C6; }
span { border-color: rgb(222,169,198); }
td.TdClassName
{
border-color: #DEA9C6;
}
.TagClassName
{
border-color: #DEA9C6;
}
</style>