Shades of Perfume #CAA6EC
Tints of Perfume #CAA6EC
RGB
CMYK
RGB Variations
Color information
#CAA6EC (or 0xCAA6EC) is known color: Perfume. HEX triplet: CA, A6 and EC. RGB value is (202,166,236). Sum of RGB (Red+Green+Blue) = 202+166+236=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6EC is #355913. Grayscale: #B8B8B8. Windows color (decimal): -3496212 or 15509194. OLE color: 15509194.
HSL color Cylindrical-coordinate representation of color #CAA6EC: hue angle of 270.86º 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 #CAA6EC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 166 | 236 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.07 |
| HSL | 270.86º | 0.65% | 0.79% | - |
| HSV(B) | 270.86º | 0.3% | 0.93% | - |
| XYZ | 53.13 | 45.89 | 85.41 | - |
| YUV | 184.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 236 | 0.14 | 0.30 | 0 | 0.07 | 270.86 | 0.65 | 0.79 |
| Hex | CA | A6 | EC | E | 1E | 0 | 7 | 10F | 41 | 4F |
| Octal | 312 | 246 | 354 | 16 | 36 | 0 | 7 | 417 | 101 | 117 |
| Binary | 11001010 | 10100110 | 11101100 | 1110 | 11110 | 0 | 111 | 100001111 | 1000001 | 1001111 |
Color Harmonies of #CAA6EC
Complementary color
Monochromatic Colors of #CAA6EC
Black with #CAA6EC
Text Example
Text Example
White with #CAA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6EC; }
p { color: rgb(202,166,236); }
H1.HeaderClassName
{
color: #CAA6EC;
}
.AnyTagClassName
{
color: #CAA6EC;
}
</style>
background-color css
<style>
a { background-color: #CAA6EC; }
a { background-color: rgb(202,166,236); }
div.DivClassName
{
background-color: #CAA6EC;
}
.BgClassName
{
background-color: #CAA6EC;
}
</style>
border-color css
<style>
span { border-color: #CAA6EC; }
span { border-color: rgb(202,166,236); }
td.TdClassName
{
border-color: #CAA6EC;
}
.TagClassName
{
border-color: #CAA6EC;
}
</style>