Shades of Perfume #CAAAE6
Tints of Perfume #CAAAE6
RGB
CMYK
RGB Variations
Color information
#CAAAE6 (or 0xCAAAE6) is known color: Perfume. HEX triplet: CA, AA and E6. RGB value is (202,170,230). Sum of RGB (Red+Green+Blue) = 202+170+230=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAE6 is #355519. Grayscale: #BABABA. Windows color (decimal): -3495194 or 15117002. OLE color: 15117002.
HSL color Cylindrical-coordinate representation of color #CAAAE6: hue angle of 272º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAAAE6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 170 | 230 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.10 |
| HSL | 272º | 0.55% | 0.78% | - |
| HSV(B) | 272º | 0.26% | 0.9% | - |
| XYZ | 53.01 | 47.02 | 81.14 | - |
| YUV | 186.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 230 | 0.12 | 0.26 | 0 | 0.10 | 272 | 0.55 | 0.78 |
| Hex | CA | AA | E6 | C | 1A | 0 | A | 110 | 37 | 4E |
| Octal | 312 | 252 | 346 | 14 | 32 | 0 | 12 | 420 | 67 | 116 |
| Binary | 11001010 | 10101010 | 11100110 | 1100 | 11010 | 0 | 1010 | 100010000 | 110111 | 1001110 |
Color Harmonies of #CAAAE6
Complementary color
Monochromatic Colors of #CAAAE6
Black with #CAAAE6
Text Example
Text Example
White with #CAAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAE6; }
p { color: rgb(202,170,230); }
H1.HeaderClassName
{
color: #CAAAE6;
}
.AnyTagClassName
{
color: #CAAAE6;
}
</style>
background-color css
<style>
a { background-color: #CAAAE6; }
a { background-color: rgb(202,170,230); }
div.DivClassName
{
background-color: #CAAAE6;
}
.BgClassName
{
background-color: #CAAAE6;
}
</style>
border-color css
<style>
span { border-color: #CAAAE6; }
span { border-color: rgb(202,170,230); }
td.TdClassName
{
border-color: #CAAAE6;
}
.TagClassName
{
border-color: #CAAAE6;
}
</style>