Shades of Perfume #C6AADE
Tints of Perfume #C6AADE
RGB
CMYK
RGB Variations
Color information
#C6AADE (or 0xC6AADE) is known color: Perfume. HEX triplet: C6, AA and DE. RGB value is (198,170,222). Sum of RGB (Red+Green+Blue) = 198+170+222=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AADE is #395521. Grayscale: #B8B8B8. Windows color (decimal): -3757346 or 14592710. OLE color: 14592710.
HSL color Cylindrical-coordinate representation of color #C6AADE: hue angle of 272.31º degrees, saturation: 0.44, 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 #C6AADE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 170 | 222 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.13 |
| HSL | 272.31º | 0.44% | 0.77% | - |
| HSV(B) | 272.31º | 0.23% | 0.87% | - |
| XYZ | 50.85 | 46.03 | 75.31 | - |
| YUV | 184.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 222 | 0.11 | 0.23 | 0 | 0.13 | 272.31 | 0.44 | 0.77 |
| Hex | C6 | AA | DE | B | 17 | 0 | D | 110 | 2C | 4D |
| Octal | 306 | 252 | 336 | 13 | 27 | 0 | 15 | 420 | 54 | 115 |
| Binary | 11000110 | 10101010 | 11011110 | 1011 | 10111 | 0 | 1101 | 100010000 | 101100 | 1001101 |
Color Harmonies of #C6AADE
Complementary color
Monochromatic Colors of #C6AADE
Black with #C6AADE
Text Example
Text Example
White with #C6AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AADE; }
p { color: rgb(198,170,222); }
H1.HeaderClassName
{
color: #C6AADE;
}
.AnyTagClassName
{
color: #C6AADE;
}
</style>
background-color css
<style>
a { background-color: #C6AADE; }
a { background-color: rgb(198,170,222); }
div.DivClassName
{
background-color: #C6AADE;
}
.BgClassName
{
background-color: #C6AADE;
}
</style>
border-color css
<style>
span { border-color: #C6AADE; }
span { border-color: rgb(198,170,222); }
td.TdClassName
{
border-color: #C6AADE;
}
.TagClassName
{
border-color: #C6AADE;
}
</style>