Shades of Perfume #C5AAD9
Tints of Perfume #C5AAD9
RGB
CMYK
RGB Variations
Color information
#C5AAD9 (or 0xC5AAD9) is known color: Perfume. HEX triplet: C5, AA and D9. RGB value is (197,170,217). Sum of RGB (Red+Green+Blue) = 197+170+217=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD9 is #3A5526. Grayscale: #B7B7B7. Windows color (decimal): -3822887 or 14265029. OLE color: 14265029.
HSL color Cylindrical-coordinate representation of color #C5AAD9: hue angle of 274.47º 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 #C5AAD9 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 170 | 217 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.15 |
| HSL | 274.47º | 0.38% | 0.76% | - |
| HSV(B) | 274.47º | 0.22% | 0.85% | - |
| XYZ | 49.93 | 45.63 | 71.82 | - |
| YUV | 183.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 217 | 0.09 | 0.22 | 0 | 0.15 | 274.47 | 0.38 | 0.76 |
| Hex | C5 | AA | D9 | 9 | 16 | 0 | F | 112 | 26 | 4C |
| Octal | 305 | 252 | 331 | 11 | 26 | 0 | 17 | 422 | 46 | 114 |
| Binary | 11000101 | 10101010 | 11011001 | 1001 | 10110 | 0 | 1111 | 100010010 | 100110 | 1001100 |
Color Harmonies of #C5AAD9
Complementary color
Monochromatic Colors of #C5AAD9
Black with #C5AAD9
Text Example
Text Example
White with #C5AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAD9; }
p { color: rgb(197,170,217); }
H1.HeaderClassName
{
color: #C5AAD9;
}
.AnyTagClassName
{
color: #C5AAD9;
}
</style>
background-color css
<style>
a { background-color: #C5AAD9; }
a { background-color: rgb(197,170,217); }
div.DivClassName
{
background-color: #C5AAD9;
}
.BgClassName
{
background-color: #C5AAD9;
}
</style>
border-color css
<style>
span { border-color: #C5AAD9; }
span { border-color: rgb(197,170,217); }
td.TdClassName
{
border-color: #C5AAD9;
}
.TagClassName
{
border-color: #C5AAD9;
}
</style>