Shades of Perfume #C6ACE8
Tints of Perfume #C6ACE8
RGB
CMYK
RGB Variations
Color information
#C6ACE8 (or 0xC6ACE8) is known color: Perfume. HEX triplet: C6, AC and E8. RGB value is (198,172,232). Sum of RGB (Red+Green+Blue) = 198+172+232=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACE8 is #395317. Grayscale: #BABABA. Windows color (decimal): -3756824 or 15248582. OLE color: 15248582.
HSL color Cylindrical-coordinate representation of color #C6ACE8: hue angle of 266º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6ACE8 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 172 | 232 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.09 |
| HSL | 266º | 0.57% | 0.79% | - |
| HSV(B) | 266º | 0.26% | 0.91% | - |
| XYZ | 52.61 | 47.34 | 82.71 | - |
| YUV | 186.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 232 | 0.15 | 0.26 | 0 | 0.09 | 266 | 0.57 | 0.79 |
| Hex | C6 | AC | E8 | F | 1A | 0 | 9 | 10A | 39 | 4F |
| Octal | 306 | 254 | 350 | 17 | 32 | 0 | 11 | 412 | 71 | 117 |
| Binary | 11000110 | 10101100 | 11101000 | 1111 | 11010 | 0 | 1001 | 100001010 | 111001 | 1001111 |
Color Harmonies of #C6ACE8
Complementary color
Monochromatic Colors of #C6ACE8
Black with #C6ACE8
Text Example
Text Example
White with #C6ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACE8; }
p { color: rgb(198,172,232); }
H1.HeaderClassName
{
color: #C6ACE8;
}
.AnyTagClassName
{
color: #C6ACE8;
}
</style>
background-color css
<style>
a { background-color: #C6ACE8; }
a { background-color: rgb(198,172,232); }
div.DivClassName
{
background-color: #C6ACE8;
}
.BgClassName
{
background-color: #C6ACE8;
}
</style>
border-color css
<style>
span { border-color: #C6ACE8; }
span { border-color: rgb(198,172,232); }
td.TdClassName
{
border-color: #C6ACE8;
}
.TagClassName
{
border-color: #C6ACE8;
}
</style>