Shades of Perfume #C5AAE1
Tints of Perfume #C5AAE1
RGB
CMYK
RGB Variations
Color information
#C5AAE1 (or 0xC5AAE1) is known color: Perfume. HEX triplet: C5, AA and E1. RGB value is (197,170,225). Sum of RGB (Red+Green+Blue) = 197+170+225=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAE1 is #3A551E. Grayscale: #B8B8B8. Windows color (decimal): -3822879 or 14789317. OLE color: 14789317.
HSL color Cylindrical-coordinate representation of color #C5AAE1: hue angle of 269.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5AAE1 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 170 | 225 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.12 |
| HSL | 269.45º | 0.48% | 0.77% | - |
| HSV(B) | 269.45º | 0.24% | 0.88% | - |
| XYZ | 50.99 | 46.06 | 77.44 | - |
| YUV | 184.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 225 | 0.12 | 0.24 | 0 | 0.12 | 269.45 | 0.48 | 0.77 |
| Hex | C5 | AA | E1 | C | 18 | 0 | C | 10D | 30 | 4D |
| Octal | 305 | 252 | 341 | 14 | 30 | 0 | 14 | 415 | 60 | 115 |
| Binary | 11000101 | 10101010 | 11100001 | 1100 | 11000 | 0 | 1100 | 100001101 | 110000 | 1001101 |
Color Harmonies of #C5AAE1
Complementary color
Monochromatic Colors of #C5AAE1
Black with #C5AAE1
Text Example
Text Example
White with #C5AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAE1; }
p { color: rgb(197,170,225); }
H1.HeaderClassName
{
color: #C5AAE1;
}
.AnyTagClassName
{
color: #C5AAE1;
}
</style>
background-color css
<style>
a { background-color: #C5AAE1; }
a { background-color: rgb(197,170,225); }
div.DivClassName
{
background-color: #C5AAE1;
}
.BgClassName
{
background-color: #C5AAE1;
}
</style>
border-color css
<style>
span { border-color: #C5AAE1; }
span { border-color: rgb(197,170,225); }
td.TdClassName
{
border-color: #C5AAE1;
}
.TagClassName
{
border-color: #C5AAE1;
}
</style>