Shades of Perfume #C5AAED
Tints of Perfume #C5AAED
RGB
CMYK
RGB Variations
Color information
#C5AAED (or 0xC5AAED) is known color: Perfume. HEX triplet: C5, AA and ED. RGB value is (197,170,237). Sum of RGB (Red+Green+Blue) = 197+170+237=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAED is #3A5512. Grayscale: #B9B9B9. Windows color (decimal): -3822867 or 15575749. OLE color: 15575749.
HSL color Cylindrical-coordinate representation of color #C5AAED: hue angle of 264.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AAED is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 170 | 237 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.07 |
| HSL | 264.18º | 0.65% | 0.8% | - |
| HSV(B) | 264.18º | 0.28% | 0.93% | - |
| XYZ | 52.69 | 46.73 | 86.36 | - |
| YUV | 185.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 237 | 0.17 | 0.28 | 0 | 0.07 | 264.18 | 0.65 | 0.8 |
| Hex | C5 | AA | ED | 11 | 1C | 0 | 7 | 108 | 41 | 50 |
| Octal | 305 | 252 | 355 | 21 | 34 | 0 | 7 | 410 | 101 | 120 |
| Binary | 11000101 | 10101010 | 11101101 | 10001 | 11100 | 0 | 111 | 100001000 | 1000001 | 1010000 |
Color Harmonies of #C5AAED
Complementary color
Monochromatic Colors of #C5AAED
Black with #C5AAED
Text Example
Text Example
White with #C5AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAED; }
p { color: rgb(197,170,237); }
H1.HeaderClassName
{
color: #C5AAED;
}
.AnyTagClassName
{
color: #C5AAED;
}
</style>
background-color css
<style>
a { background-color: #C5AAED; }
a { background-color: rgb(197,170,237); }
div.DivClassName
{
background-color: #C5AAED;
}
.BgClassName
{
background-color: #C5AAED;
}
</style>
border-color css
<style>
span { border-color: #C5AAED; }
span { border-color: rgb(197,170,237); }
td.TdClassName
{
border-color: #C5AAED;
}
.TagClassName
{
border-color: #C5AAED;
}
</style>