Shades of Perfume #CAAAE3
Tints of Perfume #CAAAE3
RGB
CMYK
RGB Variations
Color information
#CAAAE3 (or 0xCAAAE3) is known color: Perfume. HEX triplet: CA, AA and E3. RGB value is (202,170,227). Sum of RGB (Red+Green+Blue) = 202+170+227=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE3 is #35551C. Grayscale: #B9B9B9. Windows color (decimal): -3495197 or 14920394. OLE color: 14920394.
HSL color Cylindrical-coordinate representation of color #CAAAE3: hue angle of 273.68º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAAAE3 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 170 | 227 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.11 |
| HSL | 273.68º | 0.5% | 0.78% | - |
| HSV(B) | 273.68º | 0.25% | 0.89% | - |
| XYZ | 52.6 | 46.85 | 78.94 | - |
| YUV | 186.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 227 | 0.11 | 0.25 | 0 | 0.11 | 273.68 | 0.5 | 0.78 |
| Hex | CA | AA | E3 | B | 19 | 0 | B | 112 | 32 | 4E |
| Octal | 312 | 252 | 343 | 13 | 31 | 0 | 13 | 422 | 62 | 116 |
| Binary | 11001010 | 10101010 | 11100011 | 1011 | 11001 | 0 | 1011 | 100010010 | 110010 | 1001110 |
Color Harmonies of #CAAAE3
Complementary color
Monochromatic Colors of #CAAAE3
Black with #CAAAE3
Text Example
Text Example
White with #CAAAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAE3; }
p { color: rgb(202,170,227); }
H1.HeaderClassName
{
color: #CAAAE3;
}
.AnyTagClassName
{
color: #CAAAE3;
}
</style>
background-color css
<style>
a { background-color: #CAAAE3; }
a { background-color: rgb(202,170,227); }
div.DivClassName
{
background-color: #CAAAE3;
}
.BgClassName
{
background-color: #CAAAE3;
}
</style>
border-color css
<style>
span { border-color: #CAAAE3; }
span { border-color: rgb(202,170,227); }
td.TdClassName
{
border-color: #CAAAE3;
}
.TagClassName
{
border-color: #CAAAE3;
}
</style>