Shades of Perfume #C6AAEC
Tints of Perfume #C6AAEC
RGB
CMYK
RGB Variations
Color information
#C6AAEC (or 0xC6AAEC) is known color: Perfume. HEX triplet: C6, AA and EC. RGB value is (198,170,236). Sum of RGB (Red+Green+Blue) = 198+170+236=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAEC is #395513. Grayscale: #B9B9B9. Windows color (decimal): -3757332 or 15510214. OLE color: 15510214.
HSL color Cylindrical-coordinate representation of color #C6AAEC: hue angle of 265.45º degrees, saturation: 0.63, 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 #C6AAEC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 170 | 236 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.07 |
| HSL | 265.45º | 0.63% | 0.8% | - |
| HSV(B) | 265.45º | 0.28% | 0.93% | - |
| XYZ | 52.8 | 46.81 | 85.61 | - |
| YUV | 185.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 236 | 0.16 | 0.28 | 0 | 0.07 | 265.45 | 0.63 | 0.8 |
| Hex | C6 | AA | EC | 10 | 1C | 0 | 7 | 109 | 3F | 50 |
| Octal | 306 | 252 | 354 | 20 | 34 | 0 | 7 | 411 | 77 | 120 |
| Binary | 11000110 | 10101010 | 11101100 | 10000 | 11100 | 0 | 111 | 100001001 | 111111 | 1010000 |
Color Harmonies of #C6AAEC
Complementary color
Monochromatic Colors of #C6AAEC
Black with #C6AAEC
Text Example
Text Example
White with #C6AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAEC; }
p { color: rgb(198,170,236); }
H1.HeaderClassName
{
color: #C6AAEC;
}
.AnyTagClassName
{
color: #C6AAEC;
}
</style>
background-color css
<style>
a { background-color: #C6AAEC; }
a { background-color: rgb(198,170,236); }
div.DivClassName
{
background-color: #C6AAEC;
}
.BgClassName
{
background-color: #C6AAEC;
}
</style>
border-color css
<style>
span { border-color: #C6AAEC; }
span { border-color: rgb(198,170,236); }
td.TdClassName
{
border-color: #C6AAEC;
}
.TagClassName
{
border-color: #C6AAEC;
}
</style>