Shades of Perfume #CAACEF
Tints of Perfume #CAACEF
RGB
CMYK
RGB Variations
Color information
#CAACEF (or 0xCAACEF) is known color: Perfume. HEX triplet: CA, AC and EF. RGB value is (202,172,239). Sum of RGB (Red+Green+Blue) = 202+172+239=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACEF is #355310. Grayscale: #BCBCBC. Windows color (decimal): -3494673 or 15707338. OLE color: 15707338.
HSL color Cylindrical-coordinate representation of color #CAACEF: hue angle of 266.87º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAACEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 172 | 239 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 266.87º | 0.68% | 0.81% | - |
| HSV(B) | 266.87º | 0.28% | 0.94% | - |
| XYZ | 54.69 | 48.29 | 88.1 | - |
| YUV | 188.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 239 | 0.15 | 0.28 | 0 | 0.06 | 266.87 | 0.68 | 0.81 |
| Hex | CA | AC | EF | F | 1C | 0 | 6 | 10B | 44 | 51 |
| Octal | 312 | 254 | 357 | 17 | 34 | 0 | 6 | 413 | 104 | 121 |
| Binary | 11001010 | 10101100 | 11101111 | 1111 | 11100 | 0 | 110 | 100001011 | 1000100 | 1010001 |
Color Harmonies of #CAACEF
Complementary color
Monochromatic Colors of #CAACEF
Black with #CAACEF
Text Example
Text Example
White with #CAACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACEF; }
p { color: rgb(202,172,239); }
H1.HeaderClassName
{
color: #CAACEF;
}
.AnyTagClassName
{
color: #CAACEF;
}
</style>
background-color css
<style>
a { background-color: #CAACEF; }
a { background-color: rgb(202,172,239); }
div.DivClassName
{
background-color: #CAACEF;
}
.BgClassName
{
background-color: #CAACEF;
}
</style>
border-color css
<style>
span { border-color: #CAACEF; }
span { border-color: rgb(202,172,239); }
td.TdClassName
{
border-color: #CAACEF;
}
.TagClassName
{
border-color: #CAACEF;
}
</style>