Shades of Perfume #CAA3EC
Tints of Perfume #CAA3EC
RGB
CMYK
RGB Variations
Color information
#CAA3EC (or 0xCAA3EC) is known color: Perfume. HEX triplet: CA, A3 and EC. RGB value is (202,163,236). Sum of RGB (Red+Green+Blue) = 202+163+236=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3EC is #355C13. Grayscale: #B6B6B6. Windows color (decimal): -3496980 or 15508426. OLE color: 15508426.
HSL color Cylindrical-coordinate representation of color #CAA3EC: hue angle of 272.05º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAA3EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 163 | 236 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.07 |
| HSL | 272.05º | 0.66% | 0.78% | - |
| HSV(B) | 272.05º | 0.31% | 0.93% | - |
| XYZ | 52.59 | 44.81 | 85.23 | - |
| YUV | 182.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 236 | 0.14 | 0.31 | 0 | 0.07 | 272.05 | 0.66 | 0.78 |
| Hex | CA | A3 | EC | E | 1F | 0 | 7 | 110 | 42 | 4E |
| Octal | 312 | 243 | 354 | 16 | 37 | 0 | 7 | 420 | 102 | 116 |
| Binary | 11001010 | 10100011 | 11101100 | 1110 | 11111 | 0 | 111 | 100010000 | 1000010 | 1001110 |
Color Harmonies of #CAA3EC
Complementary color
Monochromatic Colors of #CAA3EC
Black with #CAA3EC
Text Example
Text Example
White with #CAA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3EC; }
p { color: rgb(202,163,236); }
H1.HeaderClassName
{
color: #CAA3EC;
}
.AnyTagClassName
{
color: #CAA3EC;
}
</style>
background-color css
<style>
a { background-color: #CAA3EC; }
a { background-color: rgb(202,163,236); }
div.DivClassName
{
background-color: #CAA3EC;
}
.BgClassName
{
background-color: #CAA3EC;
}
</style>
border-color css
<style>
span { border-color: #CAA3EC; }
span { border-color: rgb(202,163,236); }
td.TdClassName
{
border-color: #CAA3EC;
}
.TagClassName
{
border-color: #CAA3EC;
}
</style>