Shades of Perfume #CAACDD
Tints of Perfume #CAACDD
RGB
CMYK
RGB Variations
Color information
#CAACDD (or 0xCAACDD) is known color: Perfume. HEX triplet: CA, AC and DD. RGB value is (202,172,221). Sum of RGB (Red+Green+Blue) = 202+172+221=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDD is #355322. Grayscale: #BABABA. Windows color (decimal): -3494691 or 14527690. OLE color: 14527690.
HSL color Cylindrical-coordinate representation of color #CAACDD: hue angle of 276.73º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAACDD is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 172 | 221 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 276.73º | 0.42% | 0.77% | - |
| HSV(B) | 276.73º | 0.22% | 0.87% | - |
| XYZ | 52.16 | 47.28 | 74.78 | - |
| YUV | 186.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 221 | 0.09 | 0.22 | 0 | 0.13 | 276.73 | 0.42 | 0.77 |
| Hex | CA | AC | DD | 9 | 16 | 0 | D | 115 | 2A | 4D |
| Octal | 312 | 254 | 335 | 11 | 26 | 0 | 15 | 425 | 52 | 115 |
| Binary | 11001010 | 10101100 | 11011101 | 1001 | 10110 | 0 | 1101 | 100010101 | 101010 | 1001101 |
Color Harmonies of #CAACDD
Complementary color
Monochromatic Colors of #CAACDD
Black with #CAACDD
Text Example
Text Example
White with #CAACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACDD; }
p { color: rgb(202,172,221); }
H1.HeaderClassName
{
color: #CAACDD;
}
.AnyTagClassName
{
color: #CAACDD;
}
</style>
background-color css
<style>
a { background-color: #CAACDD; }
a { background-color: rgb(202,172,221); }
div.DivClassName
{
background-color: #CAACDD;
}
.BgClassName
{
background-color: #CAACDD;
}
</style>
border-color css
<style>
span { border-color: #CAACDD; }
span { border-color: rgb(202,172,221); }
td.TdClassName
{
border-color: #CAACDD;
}
.TagClassName
{
border-color: #CAACDD;
}
</style>