Shades of Perfume #C6AADD
Tints of Perfume #C6AADD
RGB
CMYK
RGB Variations
Color information
#C6AADD (or 0xC6AADD) is known color: Perfume. HEX triplet: C6, AA and DD. RGB value is (198,170,221). Sum of RGB (Red+Green+Blue) = 198+170+221=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AADD is #395522. Grayscale: #B8B8B8. Windows color (decimal): -3757347 or 14527174. OLE color: 14527174.
HSL color Cylindrical-coordinate representation of color #C6AADD: hue angle of 272.94º degrees, saturation: 0.43, 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 #C6AADD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 170 | 221 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.13 |
| HSL | 272.94º | 0.43% | 0.77% | - |
| HSV(B) | 272.94º | 0.23% | 0.87% | - |
| XYZ | 50.71 | 45.98 | 74.61 | - |
| YUV | 184.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 221 | 0.10 | 0.23 | 0 | 0.13 | 272.94 | 0.43 | 0.77 |
| Hex | C6 | AA | DD | A | 17 | 0 | D | 111 | 2B | 4D |
| Octal | 306 | 252 | 335 | 12 | 27 | 0 | 15 | 421 | 53 | 115 |
| Binary | 11000110 | 10101010 | 11011101 | 1010 | 10111 | 0 | 1101 | 100010001 | 101011 | 1001101 |
Color Harmonies of #C6AADD
Complementary color
Monochromatic Colors of #C6AADD
Black with #C6AADD
Text Example
Text Example
White with #C6AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AADD; }
p { color: rgb(198,170,221); }
H1.HeaderClassName
{
color: #C6AADD;
}
.AnyTagClassName
{
color: #C6AADD;
}
</style>
background-color css
<style>
a { background-color: #C6AADD; }
a { background-color: rgb(198,170,221); }
div.DivClassName
{
background-color: #C6AADD;
}
.BgClassName
{
background-color: #C6AADD;
}
</style>
border-color css
<style>
span { border-color: #C6AADD; }
span { border-color: rgb(198,170,221); }
td.TdClassName
{
border-color: #C6AADD;
}
.TagClassName
{
border-color: #C6AADD;
}
</style>