Shades of Perfume #C2AAD9
Tints of Perfume #C2AAD9
RGB
CMYK
RGB Variations
Color information
#C2AAD9 (or 0xC2AAD9) is known color: Perfume. HEX triplet: C2, AA and D9. RGB value is (194,170,217). Sum of RGB (Red+Green+Blue) = 194+170+217=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAD9 is #3D5526. Grayscale: #B6B6B6. Windows color (decimal): -4019495 or 14265026. OLE color: 14265026.
HSL color Cylindrical-coordinate representation of color #C2AAD9: hue angle of 270.64º degrees, saturation: 0.38, 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 #C2AAD9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 170 | 217 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.15 |
| HSL | 270.64º | 0.38% | 0.76% | - |
| HSV(B) | 270.64º | 0.22% | 0.85% | - |
| XYZ | 49.15 | 45.23 | 71.79 | - |
| YUV | 182.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 217 | 0.11 | 0.22 | 0 | 0.15 | 270.64 | 0.38 | 0.76 |
| Hex | C2 | AA | D9 | B | 16 | 0 | F | 10F | 26 | 4C |
| Octal | 302 | 252 | 331 | 13 | 26 | 0 | 17 | 417 | 46 | 114 |
| Binary | 11000010 | 10101010 | 11011001 | 1011 | 10110 | 0 | 1111 | 100001111 | 100110 | 1001100 |
Color Harmonies of #C2AAD9
Complementary color
Monochromatic Colors of #C2AAD9
Black with #C2AAD9
Text Example
Text Example
White with #C2AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAD9; }
p { color: rgb(194,170,217); }
H1.HeaderClassName
{
color: #C2AAD9;
}
.AnyTagClassName
{
color: #C2AAD9;
}
</style>
background-color css
<style>
a { background-color: #C2AAD9; }
a { background-color: rgb(194,170,217); }
div.DivClassName
{
background-color: #C2AAD9;
}
.BgClassName
{
background-color: #C2AAD9;
}
</style>
border-color css
<style>
span { border-color: #C2AAD9; }
span { border-color: rgb(194,170,217); }
td.TdClassName
{
border-color: #C2AAD9;
}
.TagClassName
{
border-color: #C2AAD9;
}
</style>