Shades of Perfume #CAAAEC
Tints of Perfume #CAAAEC
RGB
CMYK
RGB Variations
Color information
#CAAAEC (or 0xCAAAEC) is known color: Perfume. HEX triplet: CA, AA and EC. RGB value is (202,170,236). Sum of RGB (Red+Green+Blue) = 202+170+236=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEC is #355513. Grayscale: #BABABA. Windows color (decimal): -3495188 or 15510218. OLE color: 15510218.
HSL color Cylindrical-coordinate representation of color #CAAAEC: hue angle of 269.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAAAEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 170 | 236 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.07 |
| HSL | 269.09º | 0.63% | 0.8% | - |
| HSV(B) | 269.09º | 0.28% | 0.93% | - |
| XYZ | 53.87 | 47.36 | 85.66 | - |
| YUV | 187.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 236 | 0.14 | 0.28 | 0 | 0.07 | 269.09 | 0.63 | 0.8 |
| Hex | CA | AA | EC | E | 1C | 0 | 7 | 10D | 3F | 50 |
| Octal | 312 | 252 | 354 | 16 | 34 | 0 | 7 | 415 | 77 | 120 |
| Binary | 11001010 | 10101010 | 11101100 | 1110 | 11100 | 0 | 111 | 100001101 | 111111 | 1010000 |
Color Harmonies of #CAAAEC
Complementary color
Monochromatic Colors of #CAAAEC
Black with #CAAAEC
Text Example
Text Example
White with #CAAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAEC; }
p { color: rgb(202,170,236); }
H1.HeaderClassName
{
color: #CAAAEC;
}
.AnyTagClassName
{
color: #CAAAEC;
}
</style>
background-color css
<style>
a { background-color: #CAAAEC; }
a { background-color: rgb(202,170,236); }
div.DivClassName
{
background-color: #CAAAEC;
}
.BgClassName
{
background-color: #CAAAEC;
}
</style>
border-color css
<style>
span { border-color: #CAAAEC; }
span { border-color: rgb(202,170,236); }
td.TdClassName
{
border-color: #CAAAEC;
}
.TagClassName
{
border-color: #CAAAEC;
}
</style>