Shades of Perfume #CAA6EE
Tints of Perfume #CAA6EE
RGB
CMYK
RGB Variations
Color information
#CAA6EE (or 0xCAA6EE) is known color: Perfume. HEX triplet: CA, A6 and EE. RGB value is (202,166,238). Sum of RGB (Red+Green+Blue) = 202+166+238=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6EE is #355911. Grayscale: #B8B8B8. Windows color (decimal): -3496210 or 15640266. OLE color: 15640266.
HSL color Cylindrical-coordinate representation of color #CAA6EE: hue angle of 270º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA6EE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 166 | 238 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.07 |
| HSL | 270º | 0.68% | 0.79% | - |
| HSV(B) | 270º | 0.3% | 0.93% | - |
| XYZ | 53.43 | 46 | 86.95 | - |
| YUV | 184.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 238 | 0.15 | 0.30 | 0 | 0.07 | 270 | 0.68 | 0.79 |
| Hex | CA | A6 | EE | F | 1E | 0 | 7 | 10E | 44 | 4F |
| Octal | 312 | 246 | 356 | 17 | 36 | 0 | 7 | 416 | 104 | 117 |
| Binary | 11001010 | 10100110 | 11101110 | 1111 | 11110 | 0 | 111 | 100001110 | 1000100 | 1001111 |
Color Harmonies of #CAA6EE
Complementary color
Monochromatic Colors of #CAA6EE
Black with #CAA6EE
Text Example
Text Example
White with #CAA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6EE; }
p { color: rgb(202,166,238); }
H1.HeaderClassName
{
color: #CAA6EE;
}
.AnyTagClassName
{
color: #CAA6EE;
}
</style>
background-color css
<style>
a { background-color: #CAA6EE; }
a { background-color: rgb(202,166,238); }
div.DivClassName
{
background-color: #CAA6EE;
}
.BgClassName
{
background-color: #CAA6EE;
}
</style>
border-color css
<style>
span { border-color: #CAA6EE; }
span { border-color: rgb(202,166,238); }
td.TdClassName
{
border-color: #CAA6EE;
}
.TagClassName
{
border-color: #CAA6EE;
}
</style>