Shades of Perfume #CAA9E8
Tints of Perfume #CAA9E8
RGB
CMYK
RGB Variations
Color information
#CAA9E8 (or 0xCAA9E8) is known color: Perfume. HEX triplet: CA, A9 and E8. RGB value is (202,169,232). Sum of RGB (Red+Green+Blue) = 202+169+232=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9E8 is #355617. Grayscale: #B9B9B9. Windows color (decimal): -3495448 or 15247818. OLE color: 15247818.
HSL color Cylindrical-coordinate representation of color #CAA9E8: hue angle of 271.43º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA9E8 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 169 | 232 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.09 |
| HSL | 271.43º | 0.58% | 0.79% | - |
| HSV(B) | 271.43º | 0.27% | 0.91% | - |
| XYZ | 53.11 | 46.76 | 82.57 | - |
| YUV | 186.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 232 | 0.13 | 0.27 | 0 | 0.09 | 271.43 | 0.58 | 0.79 |
| Hex | CA | A9 | E8 | D | 1B | 0 | 9 | 10F | 3A | 4F |
| Octal | 312 | 251 | 350 | 15 | 33 | 0 | 11 | 417 | 72 | 117 |
| Binary | 11001010 | 10101001 | 11101000 | 1101 | 11011 | 0 | 1001 | 100001111 | 111010 | 1001111 |
Color Harmonies of #CAA9E8
Complementary color
Monochromatic Colors of #CAA9E8
Black with #CAA9E8
Text Example
Text Example
White with #CAA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9E8; }
p { color: rgb(202,169,232); }
H1.HeaderClassName
{
color: #CAA9E8;
}
.AnyTagClassName
{
color: #CAA9E8;
}
</style>
background-color css
<style>
a { background-color: #CAA9E8; }
a { background-color: rgb(202,169,232); }
div.DivClassName
{
background-color: #CAA9E8;
}
.BgClassName
{
background-color: #CAA9E8;
}
</style>
border-color css
<style>
span { border-color: #CAA9E8; }
span { border-color: rgb(202,169,232); }
td.TdClassName
{
border-color: #CAA9E8;
}
.TagClassName
{
border-color: #CAA9E8;
}
</style>