Shades of Perfume #C1ACD9
Tints of Perfume #C1ACD9
RGB
CMYK
RGB Variations
Color information
#C1ACD9 (or 0xC1ACD9) is known color: Perfume. HEX triplet: C1, AC and D9. RGB value is (193,172,217). Sum of RGB (Red+Green+Blue) = 193+172+217=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACD9 is #3E5326. Grayscale: #B7B7B7. Windows color (decimal): -4084519 or 14265537. OLE color: 14265537.
HSL color Cylindrical-coordinate representation of color #C1ACD9: hue angle of 268º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1ACD9 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 172 | 217 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.15 |
| HSL | 268º | 0.37% | 0.76% | - |
| HSV(B) | 268º | 0.21% | 0.85% | - |
| XYZ | 49.27 | 45.85 | 71.9 | - |
| YUV | 183.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 217 | 0.11 | 0.21 | 0 | 0.15 | 268 | 0.37 | 0.76 |
| Hex | C1 | AC | D9 | B | 15 | 0 | F | 10C | 25 | 4C |
| Octal | 301 | 254 | 331 | 13 | 25 | 0 | 17 | 414 | 45 | 114 |
| Binary | 11000001 | 10101100 | 11011001 | 1011 | 10101 | 0 | 1111 | 100001100 | 100101 | 1001100 |
Color Harmonies of #C1ACD9
Complementary color
Monochromatic Colors of #C1ACD9
Black with #C1ACD9
Text Example
Text Example
White with #C1ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACD9; }
p { color: rgb(193,172,217); }
H1.HeaderClassName
{
color: #C1ACD9;
}
.AnyTagClassName
{
color: #C1ACD9;
}
</style>
background-color css
<style>
a { background-color: #C1ACD9; }
a { background-color: rgb(193,172,217); }
div.DivClassName
{
background-color: #C1ACD9;
}
.BgClassName
{
background-color: #C1ACD9;
}
</style>
border-color css
<style>
span { border-color: #C1ACD9; }
span { border-color: rgb(193,172,217); }
td.TdClassName
{
border-color: #C1ACD9;
}
.TagClassName
{
border-color: #C1ACD9;
}
</style>