Shades of Shocking #DFABC5
Tints of Shocking #DFABC5
RGB
CMYK
RGB Variations
Color information
#DFABC5 (or 0xDFABC5) is known color: Shocking. HEX triplet: DF, AB and C5. RGB value is (223,171,197). Sum of RGB (Red+Green+Blue) = 223+171+197=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC5 is #20543A. Grayscale: #BDBDBD. Windows color (decimal): -2118715 or 12954591. OLE color: 12954591.
HSL color Cylindrical-coordinate representation of color #DFABC5: hue angle of 330º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABC5 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 197 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.13 |
| HSL | 330º | 0.45% | 0.77% | - |
| HSV(B) | 330º | 0.23% | 0.87% | - |
| XYZ | 55.07 | 48.85 | 59.35 | - |
| YUV | 189.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 197 | 0 | 0.23 | 0.12 | 0.13 | 330 | 0.45 | 0.77 |
| Hex | DF | AB | C5 | 0 | 17 | C | D | 14A | 2D | 4D |
| Octal | 337 | 253 | 305 | 0 | 27 | 14 | 15 | 512 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11000101 | 0 | 10111 | 1100 | 1101 | 101001010 | 101101 | 1001101 |
Color Harmonies of #DFABC5
Complementary color
Monochromatic Colors of #DFABC5
Black with #DFABC5
Text Example
Text Example
White with #DFABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABC5; }
p { color: rgb(223,171,197); }
H1.HeaderClassName
{
color: #DFABC5;
}
.AnyTagClassName
{
color: #DFABC5;
}
</style>
background-color css
<style>
a { background-color: #DFABC5; }
a { background-color: rgb(223,171,197); }
div.DivClassName
{
background-color: #DFABC5;
}
.BgClassName
{
background-color: #DFABC5;
}
</style>
border-color css
<style>
span { border-color: #DFABC5; }
span { border-color: rgb(223,171,197); }
td.TdClassName
{
border-color: #DFABC5;
}
.TagClassName
{
border-color: #DFABC5;
}
</style>