Shades of Perfume #C5AADB
Tints of Perfume #C5AADB
RGB
CMYK
RGB Variations
Color information
#C5AADB (or 0xC5AADB) is known color: Perfume. HEX triplet: C5, AA and DB. RGB value is (197,170,219). Sum of RGB (Red+Green+Blue) = 197+170+219=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AADB is #3A5524. Grayscale: #B7B7B7. Windows color (decimal): -3822885 or 14396101. OLE color: 14396101.
HSL color Cylindrical-coordinate representation of color #C5AADB: hue angle of 273.06º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5AADB is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 170 | 219 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.14 |
| HSL | 273.06º | 0.4% | 0.76% | - |
| HSV(B) | 273.06º | 0.22% | 0.86% | - |
| XYZ | 50.19 | 45.73 | 73.2 | - |
| YUV | 183.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 219 | 0.10 | 0.22 | 0 | 0.14 | 273.06 | 0.4 | 0.76 |
| Hex | C5 | AA | DB | A | 16 | 0 | E | 111 | 28 | 4C |
| Octal | 305 | 252 | 333 | 12 | 26 | 0 | 16 | 421 | 50 | 114 |
| Binary | 11000101 | 10101010 | 11011011 | 1010 | 10110 | 0 | 1110 | 100010001 | 101000 | 1001100 |
Color Harmonies of #C5AADB
Complementary color
Monochromatic Colors of #C5AADB
Black with #C5AADB
Text Example
Text Example
White with #C5AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AADB; }
p { color: rgb(197,170,219); }
H1.HeaderClassName
{
color: #C5AADB;
}
.AnyTagClassName
{
color: #C5AADB;
}
</style>
background-color css
<style>
a { background-color: #C5AADB; }
a { background-color: rgb(197,170,219); }
div.DivClassName
{
background-color: #C5AADB;
}
.BgClassName
{
background-color: #C5AADB;
}
</style>
border-color css
<style>
span { border-color: #C5AADB; }
span { border-color: rgb(197,170,219); }
td.TdClassName
{
border-color: #C5AADB;
}
.TagClassName
{
border-color: #C5AADB;
}
</style>