Shades of Perfume #C1ABDD
Tints of Perfume #C1ABDD
RGB
CMYK
RGB Variations
Color information
#C1ABDD (or 0xC1ABDD) is known color: Perfume. HEX triplet: C1, AB and DD. RGB value is (193,171,221). Sum of RGB (Red+Green+Blue) = 193+171+221=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABDD is #3E5422. Grayscale: #B7B7B7. Windows color (decimal): -4084771 or 14527425. OLE color: 14527425.
HSL color Cylindrical-coordinate representation of color #C1ABDD: hue angle of 266.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1ABDD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 171 | 221 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 266.4º | 0.42% | 0.77% | - |
| HSV(B) | 266.4º | 0.23% | 0.87% | - |
| XYZ | 49.61 | 45.68 | 74.61 | - |
| YUV | 183.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 221 | 0.13 | 0.23 | 0 | 0.13 | 266.4 | 0.42 | 0.77 |
| Hex | C1 | AB | DD | D | 17 | 0 | D | 10A | 2A | 4D |
| Octal | 301 | 253 | 335 | 15 | 27 | 0 | 15 | 412 | 52 | 115 |
| Binary | 11000001 | 10101011 | 11011101 | 1101 | 10111 | 0 | 1101 | 100001010 | 101010 | 1001101 |
Color Harmonies of #C1ABDD
Complementary color
Monochromatic Colors of #C1ABDD
Black with #C1ABDD
Text Example
Text Example
White with #C1ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABDD; }
p { color: rgb(193,171,221); }
H1.HeaderClassName
{
color: #C1ABDD;
}
.AnyTagClassName
{
color: #C1ABDD;
}
</style>
background-color css
<style>
a { background-color: #C1ABDD; }
a { background-color: rgb(193,171,221); }
div.DivClassName
{
background-color: #C1ABDD;
}
.BgClassName
{
background-color: #C1ABDD;
}
</style>
border-color css
<style>
span { border-color: #C1ABDD; }
span { border-color: rgb(193,171,221); }
td.TdClassName
{
border-color: #C1ABDD;
}
.TagClassName
{
border-color: #C1ABDD;
}
</style>