Shades of Perfume #C9ABDD
Tints of Perfume #C9ABDD
RGB
CMYK
RGB Variations
Color information
#C9ABDD (or 0xC9ABDD) is known color: Perfume. HEX triplet: C9, AB and DD. RGB value is (201,171,221). Sum of RGB (Red+Green+Blue) = 201+171+221=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABDD is #365422. Grayscale: #B9B9B9. Windows color (decimal): -3560483 or 14527433. OLE color: 14527433.
HSL color Cylindrical-coordinate representation of color #C9ABDD: hue angle of 276º 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 #C9ABDD is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 171 | 221 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 276º | 0.42% | 0.77% | - |
| HSV(B) | 276º | 0.23% | 0.87% | - |
| XYZ | 51.7 | 46.76 | 74.71 | - |
| YUV | 185.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 221 | 0.09 | 0.23 | 0 | 0.13 | 276 | 0.42 | 0.77 |
| Hex | C9 | AB | DD | 9 | 17 | 0 | D | 114 | 2A | 4D |
| Octal | 311 | 253 | 335 | 11 | 27 | 0 | 15 | 424 | 52 | 115 |
| Binary | 11001001 | 10101011 | 11011101 | 1001 | 10111 | 0 | 1101 | 100010100 | 101010 | 1001101 |
Color Harmonies of #C9ABDD
Complementary color
Monochromatic Colors of #C9ABDD
Black with #C9ABDD
Text Example
Text Example
White with #C9ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABDD; }
p { color: rgb(201,171,221); }
H1.HeaderClassName
{
color: #C9ABDD;
}
.AnyTagClassName
{
color: #C9ABDD;
}
</style>
background-color css
<style>
a { background-color: #C9ABDD; }
a { background-color: rgb(201,171,221); }
div.DivClassName
{
background-color: #C9ABDD;
}
.BgClassName
{
background-color: #C9ABDD;
}
</style>
border-color css
<style>
span { border-color: #C9ABDD; }
span { border-color: rgb(201,171,221); }
td.TdClassName
{
border-color: #C9ABDD;
}
.TagClassName
{
border-color: #C9ABDD;
}
</style>