Shades of Perfume #CAA6EA
Tints of Perfume #CAA6EA
RGB
CMYK
RGB Variations
Color information
#CAA6EA (or 0xCAA6EA) is known color: Perfume. HEX triplet: CA, A6 and EA. RGB value is (202,166,234). Sum of RGB (Red+Green+Blue) = 202+166+234=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6EA is #355915. Grayscale: #B8B8B8. Windows color (decimal): -3496214 or 15378122. OLE color: 15378122.
HSL color Cylindrical-coordinate representation of color #CAA6EA: hue angle of 271.76º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA6EA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 166 | 234 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.08 |
| HSL | 271.76º | 0.62% | 0.78% | - |
| HSV(B) | 271.76º | 0.29% | 0.92% | - |
| XYZ | 52.84 | 45.77 | 83.89 | - |
| YUV | 184.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 234 | 0.14 | 0.29 | 0 | 0.08 | 271.76 | 0.62 | 0.78 |
| Hex | CA | A6 | EA | E | 1D | 0 | 8 | 110 | 3E | 4E |
| Octal | 312 | 246 | 352 | 16 | 35 | 0 | 10 | 420 | 76 | 116 |
| Binary | 11001010 | 10100110 | 11101010 | 1110 | 11101 | 0 | 1000 | 100010000 | 111110 | 1001110 |
Color Harmonies of #CAA6EA
Complementary color
Monochromatic Colors of #CAA6EA
Black with #CAA6EA
Text Example
Text Example
White with #CAA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6EA; }
p { color: rgb(202,166,234); }
H1.HeaderClassName
{
color: #CAA6EA;
}
.AnyTagClassName
{
color: #CAA6EA;
}
</style>
background-color css
<style>
a { background-color: #CAA6EA; }
a { background-color: rgb(202,166,234); }
div.DivClassName
{
background-color: #CAA6EA;
}
.BgClassName
{
background-color: #CAA6EA;
}
</style>
border-color css
<style>
span { border-color: #CAA6EA; }
span { border-color: rgb(202,166,234); }
td.TdClassName
{
border-color: #CAA6EA;
}
.TagClassName
{
border-color: #CAA6EA;
}
</style>