Shades of Perfume #CAA9EC
Tints of Perfume #CAA9EC
RGB
CMYK
RGB Variations
Color information
#CAA9EC (or 0xCAA9EC) is known color: Perfume. HEX triplet: CA, A9 and EC. RGB value is (202,169,236). Sum of RGB (Red+Green+Blue) = 202+169+236=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9EC is #355613. Grayscale: #BABABA. Windows color (decimal): -3495444 or 15509962. OLE color: 15509962.
HSL color Cylindrical-coordinate representation of color #CAA9EC: hue angle of 269.55º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA9EC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 169 | 236 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.07 |
| HSL | 269.55º | 0.64% | 0.79% | - |
| HSV(B) | 269.55º | 0.28% | 0.93% | - |
| XYZ | 53.69 | 46.99 | 85.6 | - |
| YUV | 186.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 236 | 0.14 | 0.28 | 0 | 0.07 | 269.55 | 0.64 | 0.79 |
| Hex | CA | A9 | EC | E | 1C | 0 | 7 | 10E | 40 | 4F |
| Octal | 312 | 251 | 354 | 16 | 34 | 0 | 7 | 416 | 100 | 117 |
| Binary | 11001010 | 10101001 | 11101100 | 1110 | 11100 | 0 | 111 | 100001110 | 1000000 | 1001111 |
Color Harmonies of #CAA9EC
Complementary color
Monochromatic Colors of #CAA9EC
Black with #CAA9EC
Text Example
Text Example
White with #CAA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9EC; }
p { color: rgb(202,169,236); }
H1.HeaderClassName
{
color: #CAA9EC;
}
.AnyTagClassName
{
color: #CAA9EC;
}
</style>
background-color css
<style>
a { background-color: #CAA9EC; }
a { background-color: rgb(202,169,236); }
div.DivClassName
{
background-color: #CAA9EC;
}
.BgClassName
{
background-color: #CAA9EC;
}
</style>
border-color css
<style>
span { border-color: #CAA9EC; }
span { border-color: rgb(202,169,236); }
td.TdClassName
{
border-color: #CAA9EC;
}
.TagClassName
{
border-color: #CAA9EC;
}
</style>