Shades of Perfume #CAA5EC
Tints of Perfume #CAA5EC
RGB
CMYK
RGB Variations
Color information
#CAA5EC (or 0xCAA5EC) is known color: Perfume. HEX triplet: CA, A5 and EC. RGB value is (202,165,236). Sum of RGB (Red+Green+Blue) = 202+165+236=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5EC is #355A13. Grayscale: #B7B7B7. Windows color (decimal): -3496468 or 15508938. OLE color: 15508938.
HSL color Cylindrical-coordinate representation of color #CAA5EC: hue angle of 271.27º 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 #CAA5EC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 165 | 236 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.07 |
| HSL | 271.27º | 0.65% | 0.79% | - |
| HSV(B) | 271.27º | 0.3% | 0.93% | - |
| XYZ | 52.95 | 45.52 | 85.35 | - |
| YUV | 184.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 236 | 0.14 | 0.30 | 0 | 0.07 | 271.27 | 0.65 | 0.79 |
| Hex | CA | A5 | EC | E | 1E | 0 | 7 | 10F | 41 | 4F |
| Octal | 312 | 245 | 354 | 16 | 36 | 0 | 7 | 417 | 101 | 117 |
| Binary | 11001010 | 10100101 | 11101100 | 1110 | 11110 | 0 | 111 | 100001111 | 1000001 | 1001111 |
Color Harmonies of #CAA5EC
Complementary color
Monochromatic Colors of #CAA5EC
Black with #CAA5EC
Text Example
Text Example
White with #CAA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5EC; }
p { color: rgb(202,165,236); }
H1.HeaderClassName
{
color: #CAA5EC;
}
.AnyTagClassName
{
color: #CAA5EC;
}
</style>
background-color css
<style>
a { background-color: #CAA5EC; }
a { background-color: rgb(202,165,236); }
div.DivClassName
{
background-color: #CAA5EC;
}
.BgClassName
{
background-color: #CAA5EC;
}
</style>
border-color css
<style>
span { border-color: #CAA5EC; }
span { border-color: rgb(202,165,236); }
td.TdClassName
{
border-color: #CAA5EC;
}
.TagClassName
{
border-color: #CAA5EC;
}
</style>