Shades of Perfume #CAA9E3
Tints of Perfume #CAA9E3
RGB
CMYK
RGB Variations
Color information
#CAA9E3 (or 0xCAA9E3) is known color: Perfume. HEX triplet: CA, A9 and E3. RGB value is (202,169,227). Sum of RGB (Red+Green+Blue) = 202+169+227=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAA9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9E3 is #35561C. Grayscale: #B9B9B9. Windows color (decimal): -3495453 or 14920138. OLE color: 14920138.
HSL color Cylindrical-coordinate representation of color #CAA9E3: hue angle of 274.14º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA9E3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 169 | 227 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.11 |
| HSL | 274.14º | 0.51% | 0.78% | - |
| HSV(B) | 274.14º | 0.26% | 0.89% | - |
| XYZ | 52.41 | 46.48 | 78.88 | - |
| YUV | 185.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 227 | 0.11 | 0.26 | 0 | 0.11 | 274.14 | 0.51 | 0.78 |
| Hex | CA | A9 | E3 | B | 1A | 0 | B | 112 | 33 | 4E |
| Octal | 312 | 251 | 343 | 13 | 32 | 0 | 13 | 422 | 63 | 116 |
| Binary | 11001010 | 10101001 | 11100011 | 1011 | 11010 | 0 | 1011 | 100010010 | 110011 | 1001110 |
Color Harmonies of #CAA9E3
Complementary color
Monochromatic Colors of #CAA9E3
Black with #CAA9E3
Text Example
Text Example
White with #CAA9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9E3; }
p { color: rgb(202,169,227); }
H1.HeaderClassName
{
color: #CAA9E3;
}
.AnyTagClassName
{
color: #CAA9E3;
}
</style>
background-color css
<style>
a { background-color: #CAA9E3; }
a { background-color: rgb(202,169,227); }
div.DivClassName
{
background-color: #CAA9E3;
}
.BgClassName
{
background-color: #CAA9E3;
}
</style>
border-color css
<style>
span { border-color: #CAA9E3; }
span { border-color: rgb(202,169,227); }
td.TdClassName
{
border-color: #CAA9E3;
}
.TagClassName
{
border-color: #CAA9E3;
}
</style>