Shades of Shocking #DAA9C2
Tints of Shocking #DAA9C2
RGB
CMYK
RGB Variations
Color information
#DAA9C2 (or 0xDAA9C2) is known color: Shocking. HEX triplet: DA, A9 and C2. RGB value is (218,169,194). Sum of RGB (Red+Green+Blue) = 218+169+194=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C2 is #25563D. Grayscale: #BABABA. Windows color (decimal): -2446910 or 12757466. OLE color: 12757466.
HSL color Cylindrical-coordinate representation of color #DAA9C2: hue angle of 329.39º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9C2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 194 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.15 |
| HSL | 329.39º | 0.4% | 0.76% | - |
| HSV(B) | 329.39º | 0.22% | 0.85% | - |
| XYZ | 52.84 | 47.18 | 57.36 | - |
| YUV | 186.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 194 | 0 | 0.22 | 0.11 | 0.15 | 329.39 | 0.4 | 0.76 |
| Hex | DA | A9 | C2 | 0 | 16 | B | F | 149 | 28 | 4C |
| Octal | 332 | 251 | 302 | 0 | 26 | 13 | 17 | 511 | 50 | 114 |
| Binary | 11011010 | 10101001 | 11000010 | 0 | 10110 | 1011 | 1111 | 101001001 | 101000 | 1001100 |
Color Harmonies of #DAA9C2
Complementary color
Monochromatic Colors of #DAA9C2
Black with #DAA9C2
Text Example
Text Example
White with #DAA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9C2; }
p { color: rgb(218,169,194); }
H1.HeaderClassName
{
color: #DAA9C2;
}
.AnyTagClassName
{
color: #DAA9C2;
}
</style>
background-color css
<style>
a { background-color: #DAA9C2; }
a { background-color: rgb(218,169,194); }
div.DivClassName
{
background-color: #DAA9C2;
}
.BgClassName
{
background-color: #DAA9C2;
}
</style>
border-color css
<style>
span { border-color: #DAA9C2; }
span { border-color: rgb(218,169,194); }
td.TdClassName
{
border-color: #DAA9C2;
}
.TagClassName
{
border-color: #DAA9C2;
}
</style>