Shades of Perfume #C6AAD8
Tints of Perfume #C6AAD8
RGB
CMYK
RGB Variations
Color information
#C6AAD8 (or 0xC6AAD8) is known color: Perfume. HEX triplet: C6, AA and D8. RGB value is (198,170,216). Sum of RGB (Red+Green+Blue) = 198+170+216=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAD8 is #395527. Grayscale: #B7B7B7. Windows color (decimal): -3757352 or 14199494. OLE color: 14199494.
HSL color Cylindrical-coordinate representation of color #C6AAD8: hue angle of 276.52º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6AAD8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 170 | 216 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.15 |
| HSL | 276.52º | 0.37% | 0.76% | - |
| HSV(B) | 276.52º | 0.21% | 0.85% | - |
| XYZ | 50.06 | 45.71 | 71.15 | - |
| YUV | 183.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 216 | 0.08 | 0.21 | 0 | 0.15 | 276.52 | 0.37 | 0.76 |
| Hex | C6 | AA | D8 | 8 | 15 | 0 | F | 115 | 25 | 4C |
| Octal | 306 | 252 | 330 | 10 | 25 | 0 | 17 | 425 | 45 | 114 |
| Binary | 11000110 | 10101010 | 11011000 | 1000 | 10101 | 0 | 1111 | 100010101 | 100101 | 1001100 |
Color Harmonies of #C6AAD8
Complementary color
Monochromatic Colors of #C6AAD8
Black with #C6AAD8
Text Example
Text Example
White with #C6AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAD8; }
p { color: rgb(198,170,216); }
H1.HeaderClassName
{
color: #C6AAD8;
}
.AnyTagClassName
{
color: #C6AAD8;
}
</style>
background-color css
<style>
a { background-color: #C6AAD8; }
a { background-color: rgb(198,170,216); }
div.DivClassName
{
background-color: #C6AAD8;
}
.BgClassName
{
background-color: #C6AAD8;
}
</style>
border-color css
<style>
span { border-color: #C6AAD8; }
span { border-color: rgb(198,170,216); }
td.TdClassName
{
border-color: #C6AAD8;
}
.TagClassName
{
border-color: #C6AAD8;
}
</style>