Shades of Perfume #CAAFF0
Tints of Perfume #CAAFF0
RGB
CMYK
RGB Variations
Color information
#CAAFF0 (or 0xCAAFF0) is known color: Perfume. HEX triplet: CA, AF and F0. RGB value is (202,175,240). Sum of RGB (Red+Green+Blue) = 202+175+240=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF0 is #35500F. Grayscale: #BEBEBE. Windows color (decimal): -3493904 or 15773642. OLE color: 15773642.
HSL color Cylindrical-coordinate representation of color #CAAFF0: hue angle of 264.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAFF0 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 175 | 240 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.06 |
| HSL | 264.92º | 0.68% | 0.81% | - |
| HSV(B) | 264.92º | 0.27% | 0.94% | - |
| XYZ | 55.42 | 49.51 | 89.07 | - |
| YUV | 190.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 240 | 0.16 | 0.27 | 0 | 0.06 | 264.92 | 0.68 | 0.81 |
| Hex | CA | AF | F0 | 10 | 1B | 0 | 6 | 109 | 44 | 51 |
| Octal | 312 | 257 | 360 | 20 | 33 | 0 | 6 | 411 | 104 | 121 |
| Binary | 11001010 | 10101111 | 11110000 | 10000 | 11011 | 0 | 110 | 100001001 | 1000100 | 1010001 |
Color Harmonies of #CAAFF0
Complementary color
Monochromatic Colors of #CAAFF0
Black with #CAAFF0
Text Example
Text Example
White with #CAAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFF0; }
p { color: rgb(202,175,240); }
H1.HeaderClassName
{
color: #CAAFF0;
}
.AnyTagClassName
{
color: #CAAFF0;
}
</style>
background-color css
<style>
a { background-color: #CAAFF0; }
a { background-color: rgb(202,175,240); }
div.DivClassName
{
background-color: #CAAFF0;
}
.BgClassName
{
background-color: #CAAFF0;
}
</style>
border-color css
<style>
span { border-color: #CAAFF0; }
span { border-color: rgb(202,175,240); }
td.TdClassName
{
border-color: #CAAFF0;
}
.TagClassName
{
border-color: #CAAFF0;
}
</style>