Shades of Shocking #DDABC4
Tints of Shocking #DDABC4
RGB
CMYK
RGB Variations
Color information
#DDABC4 (or 0xDDABC4) is known color: Shocking. HEX triplet: DD, AB and C4. RGB value is (221,171,196). Sum of RGB (Red+Green+Blue) = 221+171+196=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC4 is #22543B. Grayscale: #BCBCBC. Windows color (decimal): -2249788 or 12889053. OLE color: 12889053.
HSL color Cylindrical-coordinate representation of color #DDABC4: hue angle of 330º degrees, saturation: 0.42, 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 #DDABC4 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 171 | 196 | - |
CMYK | 0 | 0.23 | 0.11 | 0.13 |
HSL | 330º | 0.42% | 0.77% | - |
HSV(B) | 330º | 0.23% | 0.87% | - |
XYZ | 54.35 | 48.48 | 58.72 | - |
YUV | 188.8 | 132.07 | 150.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 196 | 0 | 0.23 | 0.11 | 0.13 | 330 | 0.42 | 0.77 |
Hex | DD | AB | C4 | 0 | 17 | B | D | 14A | 2A | 4D |
Octal | 335 | 253 | 304 | 0 | 27 | 13 | 15 | 512 | 52 | 115 |
Binary | 11011101 | 10101011 | 11000100 | 0 | 10111 | 1011 | 1101 | 101001010 | 101010 | 1001101 |
Color Harmonies of #DDABC4
Complementary color
Monochromatic Colors of #DDABC4
Black with #DDABC4
Text Example
Text Example
White with #DDABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABC4; }
p { color: rgb(221,171,196); }
H1.HeaderClassName
{
color: #DDABC4;
}
.AnyTagClassName
{
color: #DDABC4;
}
</style>
background-color css
<style>
a { background-color: #DDABC4; }
a { background-color: rgb(221,171,196); }
div.DivClassName
{
background-color: #DDABC4;
}
.BgClassName
{
background-color: #DDABC4;
}
</style>
border-color css
<style>
span { border-color: #DDABC4; }
span { border-color: rgb(221,171,196); }
td.TdClassName
{
border-color: #DDABC4;
}
.TagClassName
{
border-color: #DDABC4;
}
</style>