Shades of Perfume #CAA8EC
Tints of Perfume #CAA8EC
RGB
CMYK
RGB Variations
Color information
#CAA8EC (or 0xCAA8EC) is known color: Perfume. HEX triplet: CA, A8 and EC. RGB value is (202,168,236). Sum of RGB (Red+Green+Blue) = 202+168+236=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 168 (66.02% from 255 or 27.72% 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 #CAA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8EC is #355713. Grayscale: #B9B9B9. Windows color (decimal): -3495700 or 15509706. OLE color: 15509706.
HSL color Cylindrical-coordinate representation of color #CAA8EC: hue angle of 270º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA8EC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 168 | 236 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.07 |
| HSL | 270º | 0.64% | 0.79% | - |
| HSV(B) | 270º | 0.29% | 0.93% | - |
| XYZ | 53.5 | 46.62 | 85.54 | - |
| YUV | 185.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 236 | 0.14 | 0.29 | 0 | 0.07 | 270 | 0.64 | 0.79 |
| Hex | CA | A8 | EC | E | 1D | 0 | 7 | 10E | 40 | 4F |
| Octal | 312 | 250 | 354 | 16 | 35 | 0 | 7 | 416 | 100 | 117 |
| Binary | 11001010 | 10101000 | 11101100 | 1110 | 11101 | 0 | 111 | 100001110 | 1000000 | 1001111 |
Color Harmonies of #CAA8EC
Complementary color
Monochromatic Colors of #CAA8EC
Black with #CAA8EC
Text Example
Text Example
White with #CAA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8EC; }
p { color: rgb(202,168,236); }
H1.HeaderClassName
{
color: #CAA8EC;
}
.AnyTagClassName
{
color: #CAA8EC;
}
</style>
background-color css
<style>
a { background-color: #CAA8EC; }
a { background-color: rgb(202,168,236); }
div.DivClassName
{
background-color: #CAA8EC;
}
.BgClassName
{
background-color: #CAA8EC;
}
</style>
border-color css
<style>
span { border-color: #CAA8EC; }
span { border-color: rgb(202,168,236); }
td.TdClassName
{
border-color: #CAA8EC;
}
.TagClassName
{
border-color: #CAA8EC;
}
</style>