Shades of Perfume #CAAAEA
Tints of Perfume #CAAAEA
RGB
CMYK
RGB Variations
Color information
#CAAAEA (or 0xCAAAEA) is known color: Perfume. HEX triplet: CA, AA and EA. RGB value is (202,170,234). Sum of RGB (Red+Green+Blue) = 202+170+234=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEA is #355515. Grayscale: #BABABA. Windows color (decimal): -3495190 or 15379146. OLE color: 15379146.
HSL color Cylindrical-coordinate representation of color #CAAAEA: hue angle of 270º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAAEA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 170 | 234 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.08 |
| HSL | 270º | 0.6% | 0.79% | - |
| HSV(B) | 270º | 0.27% | 0.92% | - |
| XYZ | 53.58 | 47.25 | 84.14 | - |
| YUV | 186.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 234 | 0.14 | 0.27 | 0 | 0.08 | 270 | 0.6 | 0.79 |
| Hex | CA | AA | EA | E | 1B | 0 | 8 | 10E | 3C | 4F |
| Octal | 312 | 252 | 352 | 16 | 33 | 0 | 10 | 416 | 74 | 117 |
| Binary | 11001010 | 10101010 | 11101010 | 1110 | 11011 | 0 | 1000 | 100001110 | 111100 | 1001111 |
Color Harmonies of #CAAAEA
Complementary color
Monochromatic Colors of #CAAAEA
Black with #CAAAEA
Text Example
Text Example
White with #CAAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAEA; }
p { color: rgb(202,170,234); }
H1.HeaderClassName
{
color: #CAAAEA;
}
.AnyTagClassName
{
color: #CAAAEA;
}
</style>
background-color css
<style>
a { background-color: #CAAAEA; }
a { background-color: rgb(202,170,234); }
div.DivClassName
{
background-color: #CAAAEA;
}
.BgClassName
{
background-color: #CAAAEA;
}
</style>
border-color css
<style>
span { border-color: #CAAAEA; }
span { border-color: rgb(202,170,234); }
td.TdClassName
{
border-color: #CAAAEA;
}
.TagClassName
{
border-color: #CAAAEA;
}
</style>