Shades of Perfume #C6AAED
Tints of Perfume #C6AAED
RGB
CMYK
RGB Variations
Color information
#C6AAED (or 0xC6AAED) is known color: Perfume. HEX triplet: C6, AA and ED. RGB value is (198,170,237). Sum of RGB (Red+Green+Blue) = 198+170+237=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAED is #395512. Grayscale: #B9B9B9. Windows color (decimal): -3757331 or 15575750. OLE color: 15575750.
HSL color Cylindrical-coordinate representation of color #C6AAED: hue angle of 265.07º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6AAED is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 170 | 237 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.07 |
| HSL | 265.07º | 0.65% | 0.8% | - |
| HSV(B) | 265.07º | 0.28% | 0.93% | - |
| XYZ | 52.95 | 46.87 | 86.38 | - |
| YUV | 186.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 237 | 0.16 | 0.28 | 0 | 0.07 | 265.07 | 0.65 | 0.8 |
| Hex | C6 | AA | ED | 10 | 1C | 0 | 7 | 109 | 41 | 50 |
| Octal | 306 | 252 | 355 | 20 | 34 | 0 | 7 | 411 | 101 | 120 |
| Binary | 11000110 | 10101010 | 11101101 | 10000 | 11100 | 0 | 111 | 100001001 | 1000001 | 1010000 |
Color Harmonies of #C6AAED
Complementary color
Monochromatic Colors of #C6AAED
Black with #C6AAED
Text Example
Text Example
White with #C6AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAED; }
p { color: rgb(198,170,237); }
H1.HeaderClassName
{
color: #C6AAED;
}
.AnyTagClassName
{
color: #C6AAED;
}
</style>
background-color css
<style>
a { background-color: #C6AAED; }
a { background-color: rgb(198,170,237); }
div.DivClassName
{
background-color: #C6AAED;
}
.BgClassName
{
background-color: #C6AAED;
}
</style>
border-color css
<style>
span { border-color: #C6AAED; }
span { border-color: rgb(198,170,237); }
td.TdClassName
{
border-color: #C6AAED;
}
.TagClassName
{
border-color: #C6AAED;
}
</style>