Shades of Perfume #C1AADF
Tints of Perfume #C1AADF
RGB
CMYK
RGB Variations
Color information
#C1AADF (or 0xC1AADF) is known color: Perfume. HEX triplet: C1, AA and DF. RGB value is (193,170,223). Sum of RGB (Red+Green+Blue) = 193+170+223=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AADF is #3E5520. Grayscale: #B6B6B6. Windows color (decimal): -4085025 or 14658241. OLE color: 14658241.
HSL color Cylindrical-coordinate representation of color #C1AADF: hue angle of 266.04º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AADF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 170 | 223 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.13 |
| HSL | 266.04º | 0.45% | 0.77% | - |
| HSV(B) | 266.04º | 0.24% | 0.87% | - |
| XYZ | 49.69 | 45.41 | 75.96 | - |
| YUV | 182.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 223 | 0.13 | 0.24 | 0 | 0.13 | 266.04 | 0.45 | 0.77 |
| Hex | C1 | AA | DF | D | 18 | 0 | D | 10A | 2D | 4D |
| Octal | 301 | 252 | 337 | 15 | 30 | 0 | 15 | 412 | 55 | 115 |
| Binary | 11000001 | 10101010 | 11011111 | 1101 | 11000 | 0 | 1101 | 100001010 | 101101 | 1001101 |
Color Harmonies of #C1AADF
Complementary color
Monochromatic Colors of #C1AADF
Black with #C1AADF
Text Example
Text Example
White with #C1AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AADF; }
p { color: rgb(193,170,223); }
H1.HeaderClassName
{
color: #C1AADF;
}
.AnyTagClassName
{
color: #C1AADF;
}
</style>
background-color css
<style>
a { background-color: #C1AADF; }
a { background-color: rgb(193,170,223); }
div.DivClassName
{
background-color: #C1AADF;
}
.BgClassName
{
background-color: #C1AADF;
}
</style>
border-color css
<style>
span { border-color: #C1AADF; }
span { border-color: rgb(193,170,223); }
td.TdClassName
{
border-color: #C1AADF;
}
.TagClassName
{
border-color: #C1AADF;
}
</style>