Shades of Perfume #C5AADC
Tints of Perfume #C5AADC
RGB
CMYK
RGB Variations
Color information
#C5AADC (or 0xC5AADC) is known color: Perfume. HEX triplet: C5, AA and DC. RGB value is (197,170,220). Sum of RGB (Red+Green+Blue) = 197+170+220=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AADC is #3A5523. Grayscale: #B7B7B7. Windows color (decimal): -3822884 or 14461637. OLE color: 14461637.
HSL color Cylindrical-coordinate representation of color #C5AADC: hue angle of 272.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5AADC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 170 | 220 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.14 |
| HSL | 272.4º | 0.42% | 0.76% | - |
| HSV(B) | 272.4º | 0.23% | 0.86% | - |
| XYZ | 50.32 | 45.79 | 73.9 | - |
| YUV | 183.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 220 | 0.10 | 0.23 | 0 | 0.14 | 272.4 | 0.42 | 0.76 |
| Hex | C5 | AA | DC | A | 17 | 0 | E | 110 | 2A | 4C |
| Octal | 305 | 252 | 334 | 12 | 27 | 0 | 16 | 420 | 52 | 114 |
| Binary | 11000101 | 10101010 | 11011100 | 1010 | 10111 | 0 | 1110 | 100010000 | 101010 | 1001100 |
Color Harmonies of #C5AADC
Complementary color
Monochromatic Colors of #C5AADC
Black with #C5AADC
Text Example
Text Example
White with #C5AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AADC; }
p { color: rgb(197,170,220); }
H1.HeaderClassName
{
color: #C5AADC;
}
.AnyTagClassName
{
color: #C5AADC;
}
</style>
background-color css
<style>
a { background-color: #C5AADC; }
a { background-color: rgb(197,170,220); }
div.DivClassName
{
background-color: #C5AADC;
}
.BgClassName
{
background-color: #C5AADC;
}
</style>
border-color css
<style>
span { border-color: #C5AADC; }
span { border-color: rgb(197,170,220); }
td.TdClassName
{
border-color: #C5AADC;
}
.TagClassName
{
border-color: #C5AADC;
}
</style>