Shades of Perfume #CAA8EF
Tints of Perfume #CAA8EF
RGB
CMYK
RGB Variations
Color information
#CAA8EF (or 0xCAA8EF) is known color: Perfume. HEX triplet: CA, A8 and EF. RGB value is (202,168,239). Sum of RGB (Red+Green+Blue) = 202+168+239=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8EF is #355710. Grayscale: #BABABA. Windows color (decimal): -3495697 or 15706314. OLE color: 15706314.
HSL color Cylindrical-coordinate representation of color #CAA8EF: hue angle of 268.73º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA8EF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 168 | 239 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.06 |
| HSL | 268.73º | 0.69% | 0.8% | - |
| HSV(B) | 268.73º | 0.3% | 0.94% | - |
| XYZ | 53.94 | 46.79 | 87.85 | - |
| YUV | 186.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 239 | 0.15 | 0.30 | 0 | 0.06 | 268.73 | 0.69 | 0.8 |
| Hex | CA | A8 | EF | F | 1E | 0 | 6 | 10D | 45 | 50 |
| Octal | 312 | 250 | 357 | 17 | 36 | 0 | 6 | 415 | 105 | 120 |
| Binary | 11001010 | 10101000 | 11101111 | 1111 | 11110 | 0 | 110 | 100001101 | 1000101 | 1010000 |
Color Harmonies of #CAA8EF
Complementary color
Monochromatic Colors of #CAA8EF
Black with #CAA8EF
Text Example
Text Example
White with #CAA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8EF; }
p { color: rgb(202,168,239); }
H1.HeaderClassName
{
color: #CAA8EF;
}
.AnyTagClassName
{
color: #CAA8EF;
}
</style>
background-color css
<style>
a { background-color: #CAA8EF; }
a { background-color: rgb(202,168,239); }
div.DivClassName
{
background-color: #CAA8EF;
}
.BgClassName
{
background-color: #CAA8EF;
}
</style>
border-color css
<style>
span { border-color: #CAA8EF; }
span { border-color: rgb(202,168,239); }
td.TdClassName
{
border-color: #CAA8EF;
}
.TagClassName
{
border-color: #CAA8EF;
}
</style>