Shades of Perfume #C9ACDD
Tints of Perfume #C9ACDD
RGB
CMYK
RGB Variations
Color information
#C9ACDD (or 0xC9ACDD) is known color: Perfume. HEX triplet: C9, AC and DD. RGB value is (201,172,221). Sum of RGB (Red+Green+Blue) = 201+172+221=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDD is #365322. Grayscale: #BABABA. Windows color (decimal): -3560227 or 14527689. OLE color: 14527689.
HSL color Cylindrical-coordinate representation of color #C9ACDD: hue angle of 275.51º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9ACDD is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 172 | 221 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 275.51º | 0.42% | 0.77% | - |
| HSV(B) | 275.51º | 0.22% | 0.87% | - |
| XYZ | 51.89 | 47.14 | 74.77 | - |
| YUV | 186.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 221 | 0.09 | 0.22 | 0 | 0.13 | 275.51 | 0.42 | 0.77 |
| Hex | C9 | AC | DD | 9 | 16 | 0 | D | 114 | 2A | 4D |
| Octal | 311 | 254 | 335 | 11 | 26 | 0 | 15 | 424 | 52 | 115 |
| Binary | 11001001 | 10101100 | 11011101 | 1001 | 10110 | 0 | 1101 | 100010100 | 101010 | 1001101 |
Color Harmonies of #C9ACDD
Complementary color
Monochromatic Colors of #C9ACDD
Black with #C9ACDD
Text Example
Text Example
White with #C9ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACDD; }
p { color: rgb(201,172,221); }
H1.HeaderClassName
{
color: #C9ACDD;
}
.AnyTagClassName
{
color: #C9ACDD;
}
</style>
background-color css
<style>
a { background-color: #C9ACDD; }
a { background-color: rgb(201,172,221); }
div.DivClassName
{
background-color: #C9ACDD;
}
.BgClassName
{
background-color: #C9ACDD;
}
</style>
border-color css
<style>
span { border-color: #C9ACDD; }
span { border-color: rgb(201,172,221); }
td.TdClassName
{
border-color: #C9ACDD;
}
.TagClassName
{
border-color: #C9ACDD;
}
</style>