Shades of Perfume #C1AAD9
Tints of Perfume #C1AAD9
RGB
CMYK
RGB Variations
Color information
#C1AAD9 (or 0xC1AAD9) is known color: Perfume. HEX triplet: C1, AA and D9. RGB value is (193,170,217). Sum of RGB (Red+Green+Blue) = 193+170+217=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAD9 is #3E5526. Grayscale: #B6B6B6. Windows color (decimal): -4085031 or 14265025. OLE color: 14265025.
HSL color Cylindrical-coordinate representation of color #C1AAD9: hue angle of 269.36º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1AAD9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 170 | 217 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.15 |
| HSL | 269.36º | 0.38% | 0.76% | - |
| HSV(B) | 269.36º | 0.22% | 0.85% | - |
| XYZ | 48.89 | 45.1 | 71.77 | - |
| YUV | 182.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 217 | 0.11 | 0.22 | 0 | 0.15 | 269.36 | 0.38 | 0.76 |
| Hex | C1 | AA | D9 | B | 16 | 0 | F | 10D | 26 | 4C |
| Octal | 301 | 252 | 331 | 13 | 26 | 0 | 17 | 415 | 46 | 114 |
| Binary | 11000001 | 10101010 | 11011001 | 1011 | 10110 | 0 | 1111 | 100001101 | 100110 | 1001100 |
Color Harmonies of #C1AAD9
Complementary color
Monochromatic Colors of #C1AAD9
Black with #C1AAD9
Text Example
Text Example
White with #C1AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAD9; }
p { color: rgb(193,170,217); }
H1.HeaderClassName
{
color: #C1AAD9;
}
.AnyTagClassName
{
color: #C1AAD9;
}
</style>
background-color css
<style>
a { background-color: #C1AAD9; }
a { background-color: rgb(193,170,217); }
div.DivClassName
{
background-color: #C1AAD9;
}
.BgClassName
{
background-color: #C1AAD9;
}
</style>
border-color css
<style>
span { border-color: #C1AAD9; }
span { border-color: rgb(193,170,217); }
td.TdClassName
{
border-color: #C1AAD9;
}
.TagClassName
{
border-color: #C1AAD9;
}
</style>