Shades of Perfume #C6AAEB
Tints of Perfume #C6AAEB
RGB
CMYK
RGB Variations
Color information
#C6AAEB (or 0xC6AAEB) is known color: Perfume. HEX triplet: C6, AA and EB. RGB value is (198,170,235). Sum of RGB (Red+Green+Blue) = 198+170+235=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAEB is #395514. Grayscale: #B9B9B9. Windows color (decimal): -3757333 or 15444678. OLE color: 15444678.
HSL color Cylindrical-coordinate representation of color #C6AAEB: hue angle of 265.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6AAEB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 170 | 235 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.08 |
| HSL | 265.85º | 0.62% | 0.79% | - |
| HSV(B) | 265.85º | 0.28% | 0.92% | - |
| XYZ | 52.66 | 46.75 | 84.85 | - |
| YUV | 185.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 235 | 0.16 | 0.28 | 0 | 0.08 | 265.85 | 0.62 | 0.79 |
| Hex | C6 | AA | EB | 10 | 1C | 0 | 8 | 10A | 3E | 4F |
| Octal | 306 | 252 | 353 | 20 | 34 | 0 | 10 | 412 | 76 | 117 |
| Binary | 11000110 | 10101010 | 11101011 | 10000 | 11100 | 0 | 1000 | 100001010 | 111110 | 1001111 |
Color Harmonies of #C6AAEB
Complementary color
Monochromatic Colors of #C6AAEB
Black with #C6AAEB
Text Example
Text Example
White with #C6AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAEB; }
p { color: rgb(198,170,235); }
H1.HeaderClassName
{
color: #C6AAEB;
}
.AnyTagClassName
{
color: #C6AAEB;
}
</style>
background-color css
<style>
a { background-color: #C6AAEB; }
a { background-color: rgb(198,170,235); }
div.DivClassName
{
background-color: #C6AAEB;
}
.BgClassName
{
background-color: #C6AAEB;
}
</style>
border-color css
<style>
span { border-color: #C6AAEB; }
span { border-color: rgb(198,170,235); }
td.TdClassName
{
border-color: #C6AAEB;
}
.TagClassName
{
border-color: #C6AAEB;
}
</style>