Shades of Perfume #C6ACEC
Tints of Perfume #C6ACEC
RGB
CMYK
RGB Variations
Color information
#C6ACEC (or 0xC6ACEC) is known color: Perfume. HEX triplet: C6, AC and EC. RGB value is (198,172,236). Sum of RGB (Red+Green+Blue) = 198+172+236=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACEC is #395313. Grayscale: #BABABA. Windows color (decimal): -3756820 or 15510726. OLE color: 15510726.
HSL color Cylindrical-coordinate representation of color #C6ACEC: hue angle of 264.38º degrees, saturation: 0.63, 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 #C6ACEC is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 172 | 236 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.07 |
| HSL | 264.38º | 0.63% | 0.8% | - |
| HSV(B) | 264.38º | 0.27% | 0.93% | - |
| XYZ | 53.18 | 47.57 | 85.74 | - |
| YUV | 187.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 236 | 0.16 | 0.27 | 0 | 0.07 | 264.38 | 0.63 | 0.8 |
| Hex | C6 | AC | EC | 10 | 1B | 0 | 7 | 108 | 3F | 50 |
| Octal | 306 | 254 | 354 | 20 | 33 | 0 | 7 | 410 | 77 | 120 |
| Binary | 11000110 | 10101100 | 11101100 | 10000 | 11011 | 0 | 111 | 100001000 | 111111 | 1010000 |
Color Harmonies of #C6ACEC
Complementary color
Monochromatic Colors of #C6ACEC
Black with #C6ACEC
Text Example
Text Example
White with #C6ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACEC; }
p { color: rgb(198,172,236); }
H1.HeaderClassName
{
color: #C6ACEC;
}
.AnyTagClassName
{
color: #C6ACEC;
}
</style>
background-color css
<style>
a { background-color: #C6ACEC; }
a { background-color: rgb(198,172,236); }
div.DivClassName
{
background-color: #C6ACEC;
}
.BgClassName
{
background-color: #C6ACEC;
}
</style>
border-color css
<style>
span { border-color: #C6ACEC; }
span { border-color: rgb(198,172,236); }
td.TdClassName
{
border-color: #C6ACEC;
}
.TagClassName
{
border-color: #C6ACEC;
}
</style>