Shades of Perfume #C6ACED
Tints of Perfume #C6ACED
RGB
CMYK
RGB Variations
Color information
#C6ACED (or 0xC6ACED) is known color: Perfume. HEX triplet: C6, AC and ED. RGB value is (198,172,237). Sum of RGB (Red+Green+Blue) = 198+172+237=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACED is #395312. Grayscale: #BABABA. Windows color (decimal): -3756819 or 15576262. OLE color: 15576262.
HSL color Cylindrical-coordinate representation of color #C6ACED: hue angle of 264º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6ACED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 172 | 237 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.07 |
| HSL | 264º | 0.64% | 0.8% | - |
| HSV(B) | 264º | 0.27% | 0.93% | - |
| XYZ | 53.33 | 47.63 | 86.5 | - |
| YUV | 187.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 237 | 0.16 | 0.27 | 0 | 0.07 | 264 | 0.64 | 0.8 |
| Hex | C6 | AC | ED | 10 | 1B | 0 | 7 | 108 | 40 | 50 |
| Octal | 306 | 254 | 355 | 20 | 33 | 0 | 7 | 410 | 100 | 120 |
| Binary | 11000110 | 10101100 | 11101101 | 10000 | 11011 | 0 | 111 | 100001000 | 1000000 | 1010000 |
Color Harmonies of #C6ACED
Complementary color
Monochromatic Colors of #C6ACED
Black with #C6ACED
Text Example
Text Example
White with #C6ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACED; }
p { color: rgb(198,172,237); }
H1.HeaderClassName
{
color: #C6ACED;
}
.AnyTagClassName
{
color: #C6ACED;
}
</style>
background-color css
<style>
a { background-color: #C6ACED; }
a { background-color: rgb(198,172,237); }
div.DivClassName
{
background-color: #C6ACED;
}
.BgClassName
{
background-color: #C6ACED;
}
</style>
border-color css
<style>
span { border-color: #C6ACED; }
span { border-color: rgb(198,172,237); }
td.TdClassName
{
border-color: #C6ACED;
}
.TagClassName
{
border-color: #C6ACED;
}
</style>