Shades of Perfume #CCA6EC
Tints of Perfume #CCA6EC
RGB
CMYK
RGB Variations
Color information
#CCA6EC (or 0xCCA6EC) is known color: Perfume. HEX triplet: CC, A6 and EC. RGB value is (204,166,236). Sum of RGB (Red+Green+Blue) = 204+166+236=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 166 (65.23% from 255 or 27.39% 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 #CCA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6EC is #335913. Grayscale: #B9B9B9. Windows color (decimal): -3365140 or 15509196. OLE color: 15509196.
HSL color Cylindrical-coordinate representation of color #CCA6EC: hue angle of 272.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA6EC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 166 | 236 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.07 |
| HSL | 272.57º | 0.65% | 0.79% | - |
| HSV(B) | 272.57º | 0.3% | 0.93% | - |
| XYZ | 53.68 | 46.17 | 85.44 | - |
| YUV | 185.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 236 | 0.14 | 0.30 | 0 | 0.07 | 272.57 | 0.65 | 0.79 |
| Hex | CC | A6 | EC | E | 1E | 0 | 7 | 111 | 41 | 4F |
| Octal | 314 | 246 | 354 | 16 | 36 | 0 | 7 | 421 | 101 | 117 |
| Binary | 11001100 | 10100110 | 11101100 | 1110 | 11110 | 0 | 111 | 100010001 | 1000001 | 1001111 |
Color Harmonies of #CCA6EC
Complementary color
Monochromatic Colors of #CCA6EC
Black with #CCA6EC
Text Example
Text Example
White with #CCA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6EC; }
p { color: rgb(204,166,236); }
H1.HeaderClassName
{
color: #CCA6EC;
}
.AnyTagClassName
{
color: #CCA6EC;
}
</style>
background-color css
<style>
a { background-color: #CCA6EC; }
a { background-color: rgb(204,166,236); }
div.DivClassName
{
background-color: #CCA6EC;
}
.BgClassName
{
background-color: #CCA6EC;
}
</style>
border-color css
<style>
span { border-color: #CCA6EC; }
span { border-color: rgb(204,166,236); }
td.TdClassName
{
border-color: #CCA6EC;
}
.TagClassName
{
border-color: #CCA6EC;
}
</style>