Shades of Perfume #CAA4EC
Tints of Perfume #CAA4EC
RGB
CMYK
RGB Variations
Color information
#CAA4EC (or 0xCAA4EC) is known color: Perfume. HEX triplet: CA, A4 and EC. RGB value is (202,164,236). Sum of RGB (Red+Green+Blue) = 202+164+236=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4EC is #355B13. Grayscale: #B7B7B7. Windows color (decimal): -3496724 or 15508682. OLE color: 15508682.
HSL color Cylindrical-coordinate representation of color #CAA4EC: hue angle of 271.67º degrees, saturation: 0.65, 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 #CAA4EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 164 | 236 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.07 |
| HSL | 271.67º | 0.65% | 0.78% | - |
| HSV(B) | 271.67º | 0.31% | 0.93% | - |
| XYZ | 52.77 | 45.16 | 85.29 | - |
| YUV | 183.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 236 | 0.14 | 0.31 | 0 | 0.07 | 271.67 | 0.65 | 0.78 |
| Hex | CA | A4 | EC | E | 1F | 0 | 7 | 110 | 41 | 4E |
| Octal | 312 | 244 | 354 | 16 | 37 | 0 | 7 | 420 | 101 | 116 |
| Binary | 11001010 | 10100100 | 11101100 | 1110 | 11111 | 0 | 111 | 100010000 | 1000001 | 1001110 |
Color Harmonies of #CAA4EC
Complementary color
Monochromatic Colors of #CAA4EC
Black with #CAA4EC
Text Example
Text Example
White with #CAA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4EC; }
p { color: rgb(202,164,236); }
H1.HeaderClassName
{
color: #CAA4EC;
}
.AnyTagClassName
{
color: #CAA4EC;
}
</style>
background-color css
<style>
a { background-color: #CAA4EC; }
a { background-color: rgb(202,164,236); }
div.DivClassName
{
background-color: #CAA4EC;
}
.BgClassName
{
background-color: #CAA4EC;
}
</style>
border-color css
<style>
span { border-color: #CAA4EC; }
span { border-color: rgb(202,164,236); }
td.TdClassName
{
border-color: #CAA4EC;
}
.TagClassName
{
border-color: #CAA4EC;
}
</style>