Shades of Shocking #DFABC4
Tints of Shocking #DFABC4
RGB
CMYK
RGB Variations
Color information
#DFABC4 (or 0xDFABC4) is known color: Shocking. HEX triplet: DF, AB and C4. RGB value is (223,171,196). Sum of RGB (Red+Green+Blue) = 223+171+196=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC4 is #20543B. Grayscale: #BDBDBD. Windows color (decimal): -2118716 or 12889055. OLE color: 12889055.
HSL color Cylindrical-coordinate representation of color #DFABC4: hue angle of 331.15º 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 #DFABC4 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 196 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.13 |
| HSL | 331.15º | 0.45% | 0.77% | - |
| HSV(B) | 331.15º | 0.23% | 0.87% | - |
| XYZ | 54.96 | 48.8 | 58.75 | - |
| YUV | 189.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 196 | 0 | 0.23 | 0.12 | 0.13 | 331.15 | 0.45 | 0.77 |
| Hex | DF | AB | C4 | 0 | 17 | C | D | 14B | 2D | 4D |
| Octal | 337 | 253 | 304 | 0 | 27 | 14 | 15 | 513 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11000100 | 0 | 10111 | 1100 | 1101 | 101001011 | 101101 | 1001101 |
Color Harmonies of #DFABC4
Complementary color
Monochromatic Colors of #DFABC4
Black with #DFABC4
Text Example
Text Example
White with #DFABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABC4; }
p { color: rgb(223,171,196); }
H1.HeaderClassName
{
color: #DFABC4;
}
.AnyTagClassName
{
color: #DFABC4;
}
</style>
background-color css
<style>
a { background-color: #DFABC4; }
a { background-color: rgb(223,171,196); }
div.DivClassName
{
background-color: #DFABC4;
}
.BgClassName
{
background-color: #DFABC4;
}
</style>
border-color css
<style>
span { border-color: #DFABC4; }
span { border-color: rgb(223,171,196); }
td.TdClassName
{
border-color: #DFABC4;
}
.TagClassName
{
border-color: #DFABC4;
}
</style>