Shades of Perfume #C6AAE8
Tints of Perfume #C6AAE8
RGB
CMYK
RGB Variations
Color information
#C6AAE8 (or 0xC6AAE8) is known color: Perfume. HEX triplet: C6, AA and E8. RGB value is (198,170,232). Sum of RGB (Red+Green+Blue) = 198+170+232=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAE8 is #395517. Grayscale: #B9B9B9. Windows color (decimal): -3757336 or 15248070. OLE color: 15248070.
HSL color Cylindrical-coordinate representation of color #C6AAE8: hue angle of 267.1º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AAE8 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 170 | 232 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.09 |
| HSL | 267.1º | 0.57% | 0.79% | - |
| HSV(B) | 267.1º | 0.27% | 0.91% | - |
| XYZ | 52.23 | 46.58 | 82.58 | - |
| YUV | 185.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 232 | 0.15 | 0.27 | 0 | 0.09 | 267.1 | 0.57 | 0.79 |
| Hex | C6 | AA | E8 | F | 1B | 0 | 9 | 10B | 39 | 4F |
| Octal | 306 | 252 | 350 | 17 | 33 | 0 | 11 | 413 | 71 | 117 |
| Binary | 11000110 | 10101010 | 11101000 | 1111 | 11011 | 0 | 1001 | 100001011 | 111001 | 1001111 |
Color Harmonies of #C6AAE8
Complementary color
Monochromatic Colors of #C6AAE8
Black with #C6AAE8
Text Example
Text Example
White with #C6AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAE8; }
p { color: rgb(198,170,232); }
H1.HeaderClassName
{
color: #C6AAE8;
}
.AnyTagClassName
{
color: #C6AAE8;
}
</style>
background-color css
<style>
a { background-color: #C6AAE8; }
a { background-color: rgb(198,170,232); }
div.DivClassName
{
background-color: #C6AAE8;
}
.BgClassName
{
background-color: #C6AAE8;
}
</style>
border-color css
<style>
span { border-color: #C6AAE8; }
span { border-color: rgb(198,170,232); }
td.TdClassName
{
border-color: #C6AAE8;
}
.TagClassName
{
border-color: #C6AAE8;
}
</style>