Shades of Perfume #CAAAF2
Tints of Perfume #CAAAF2
RGB
CMYK
RGB Variations
Color information
#CAAAF2 (or 0xCAAAF2) is known color: Perfume. HEX triplet: CA, AA and F2. RGB value is (202,170,242). Sum of RGB (Red+Green+Blue) = 202+170+242=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF2 is #35550D. Grayscale: #BBBBBB. Windows color (decimal): -3495182 or 15903434. OLE color: 15903434.
HSL color Cylindrical-coordinate representation of color #CAAAF2: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAAF2 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 170 | 242 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.05 |
| HSL | 266.67º | 0.73% | 0.81% | - |
| HSV(B) | 266.67º | 0.3% | 0.95% | - |
| XYZ | 54.76 | 47.72 | 90.33 | - |
| YUV | 187.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 242 | 0.17 | 0.30 | 0 | 0.05 | 266.67 | 0.73 | 0.81 |
| Hex | CA | AA | F2 | 11 | 1E | 0 | 5 | 10B | 49 | 51 |
| Octal | 312 | 252 | 362 | 21 | 36 | 0 | 5 | 413 | 111 | 121 |
| Binary | 11001010 | 10101010 | 11110010 | 10001 | 11110 | 0 | 101 | 100001011 | 1001001 | 1010001 |
Color Harmonies of #CAAAF2
Complementary color
Monochromatic Colors of #CAAAF2
Black with #CAAAF2
Text Example
Text Example
White with #CAAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAF2; }
p { color: rgb(202,170,242); }
H1.HeaderClassName
{
color: #CAAAF2;
}
.AnyTagClassName
{
color: #CAAAF2;
}
</style>
background-color css
<style>
a { background-color: #CAAAF2; }
a { background-color: rgb(202,170,242); }
div.DivClassName
{
background-color: #CAAAF2;
}
.BgClassName
{
background-color: #CAAAF2;
}
</style>
border-color css
<style>
span { border-color: #CAAAF2; }
span { border-color: rgb(202,170,242); }
td.TdClassName
{
border-color: #CAAAF2;
}
.TagClassName
{
border-color: #CAAAF2;
}
</style>