Shades of Perfume #CAA8E8
Tints of Perfume #CAA8E8
RGB
CMYK
RGB Variations
Color information
#CAA8E8 (or 0xCAA8E8) is known color: Perfume. HEX triplet: CA, A8 and E8. RGB value is (202,168,232). Sum of RGB (Red+Green+Blue) = 202+168+232=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8E8 is #355717. Grayscale: #B9B9B9. Windows color (decimal): -3495704 or 15247562. OLE color: 15247562.
HSL color Cylindrical-coordinate representation of color #CAA8E8: hue angle of 271.88º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA8E8 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 168 | 232 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.09 |
| HSL | 271.88º | 0.58% | 0.78% | - |
| HSV(B) | 271.88º | 0.28% | 0.91% | - |
| XYZ | 52.93 | 46.39 | 82.51 | - |
| YUV | 185.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 232 | 0.13 | 0.28 | 0 | 0.09 | 271.88 | 0.58 | 0.78 |
| Hex | CA | A8 | E8 | D | 1C | 0 | 9 | 110 | 3A | 4E |
| Octal | 312 | 250 | 350 | 15 | 34 | 0 | 11 | 420 | 72 | 116 |
| Binary | 11001010 | 10101000 | 11101000 | 1101 | 11100 | 0 | 1001 | 100010000 | 111010 | 1001110 |
Color Harmonies of #CAA8E8
Complementary color
Monochromatic Colors of #CAA8E8
Black with #CAA8E8
Text Example
Text Example
White with #CAA8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8E8; }
p { color: rgb(202,168,232); }
H1.HeaderClassName
{
color: #CAA8E8;
}
.AnyTagClassName
{
color: #CAA8E8;
}
</style>
background-color css
<style>
a { background-color: #CAA8E8; }
a { background-color: rgb(202,168,232); }
div.DivClassName
{
background-color: #CAA8E8;
}
.BgClassName
{
background-color: #CAA8E8;
}
</style>
border-color css
<style>
span { border-color: #CAA8E8; }
span { border-color: rgb(202,168,232); }
td.TdClassName
{
border-color: #CAA8E8;
}
.TagClassName
{
border-color: #CAA8E8;
}
</style>