Shades of Perfume #C5AAD8
Tints of Perfume #C5AAD8
RGB
CMYK
RGB Variations
Color information
#C5AAD8 (or 0xC5AAD8) is known color: Perfume. HEX triplet: C5, AA and D8. RGB value is (197,170,216). Sum of RGB (Red+Green+Blue) = 197+170+216=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD8 is #3A5527. Grayscale: #B7B7B7. Windows color (decimal): -3822888 or 14199493. OLE color: 14199493.
HSL color Cylindrical-coordinate representation of color #C5AAD8: hue angle of 275.22º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5AAD8 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 170 | 216 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.15 |
| HSL | 275.22º | 0.37% | 0.76% | - |
| HSV(B) | 275.22º | 0.21% | 0.85% | - |
| XYZ | 49.8 | 45.58 | 71.14 | - |
| YUV | 183.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 216 | 0.09 | 0.21 | 0 | 0.15 | 275.22 | 0.37 | 0.76 |
| Hex | C5 | AA | D8 | 9 | 15 | 0 | F | 113 | 25 | 4C |
| Octal | 305 | 252 | 330 | 11 | 25 | 0 | 17 | 423 | 45 | 114 |
| Binary | 11000101 | 10101010 | 11011000 | 1001 | 10101 | 0 | 1111 | 100010011 | 100101 | 1001100 |
Color Harmonies of #C5AAD8
Complementary color
Monochromatic Colors of #C5AAD8
Black with #C5AAD8
Text Example
Text Example
White with #C5AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAD8; }
p { color: rgb(197,170,216); }
H1.HeaderClassName
{
color: #C5AAD8;
}
.AnyTagClassName
{
color: #C5AAD8;
}
</style>
background-color css
<style>
a { background-color: #C5AAD8; }
a { background-color: rgb(197,170,216); }
div.DivClassName
{
background-color: #C5AAD8;
}
.BgClassName
{
background-color: #C5AAD8;
}
</style>
border-color css
<style>
span { border-color: #C5AAD8; }
span { border-color: rgb(197,170,216); }
td.TdClassName
{
border-color: #C5AAD8;
}
.TagClassName
{
border-color: #C5AAD8;
}
</style>