Shades of Perfume #CAAAEE
Tints of Perfume #CAAAEE
RGB
CMYK
RGB Variations
Color information
#CAAAEE (or 0xCAAAEE) is known color: Perfume. HEX triplet: CA, AA and EE. RGB value is (202,170,238). Sum of RGB (Red+Green+Blue) = 202+170+238=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEE is #355511. Grayscale: #BBBBBB. Windows color (decimal): -3495186 or 15641290. OLE color: 15641290.
HSL color Cylindrical-coordinate representation of color #CAAAEE: hue angle of 268.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAAEE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 170 | 238 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.07 |
| HSL | 268.24º | 0.67% | 0.8% | - |
| HSV(B) | 268.24º | 0.29% | 0.93% | - |
| XYZ | 54.16 | 47.48 | 87.2 | - |
| YUV | 187.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 238 | 0.15 | 0.29 | 0 | 0.07 | 268.24 | 0.67 | 0.8 |
| Hex | CA | AA | EE | F | 1D | 0 | 7 | 10C | 43 | 50 |
| Octal | 312 | 252 | 356 | 17 | 35 | 0 | 7 | 414 | 103 | 120 |
| Binary | 11001010 | 10101010 | 11101110 | 1111 | 11101 | 0 | 111 | 100001100 | 1000011 | 1010000 |
Color Harmonies of #CAAAEE
Complementary color
Monochromatic Colors of #CAAAEE
Black with #CAAAEE
Text Example
Text Example
White with #CAAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAEE; }
p { color: rgb(202,170,238); }
H1.HeaderClassName
{
color: #CAAAEE;
}
.AnyTagClassName
{
color: #CAAAEE;
}
</style>
background-color css
<style>
a { background-color: #CAAAEE; }
a { background-color: rgb(202,170,238); }
div.DivClassName
{
background-color: #CAAAEE;
}
.BgClassName
{
background-color: #CAAAEE;
}
</style>
border-color css
<style>
span { border-color: #CAAAEE; }
span { border-color: rgb(202,170,238); }
td.TdClassName
{
border-color: #CAAAEE;
}
.TagClassName
{
border-color: #CAAAEE;
}
</style>