Shades of Perfume #CAACDE
Tints of Perfume #CAACDE
RGB
CMYK
RGB Variations
Color information
#CAACDE (or 0xCAACDE) is known color: Perfume. HEX triplet: CA, AC and DE. RGB value is (202,172,222). Sum of RGB (Red+Green+Blue) = 202+172+222=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDE is #355321. Grayscale: #BABABA. Windows color (decimal): -3494690 or 14593226. OLE color: 14593226.
HSL color Cylindrical-coordinate representation of color #CAACDE: hue angle of 276º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAACDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 172 | 222 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 276º | 0.43% | 0.77% | - |
| HSV(B) | 276º | 0.23% | 0.87% | - |
| XYZ | 52.29 | 47.34 | 75.49 | - |
| YUV | 186.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 222 | 0.09 | 0.23 | 0 | 0.13 | 276 | 0.43 | 0.77 |
| Hex | CA | AC | DE | 9 | 17 | 0 | D | 114 | 2B | 4D |
| Octal | 312 | 254 | 336 | 11 | 27 | 0 | 15 | 424 | 53 | 115 |
| Binary | 11001010 | 10101100 | 11011110 | 1001 | 10111 | 0 | 1101 | 100010100 | 101011 | 1001101 |
Color Harmonies of #CAACDE
Complementary color
Monochromatic Colors of #CAACDE
Black with #CAACDE
Text Example
Text Example
White with #CAACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACDE; }
p { color: rgb(202,172,222); }
H1.HeaderClassName
{
color: #CAACDE;
}
.AnyTagClassName
{
color: #CAACDE;
}
</style>
background-color css
<style>
a { background-color: #CAACDE; }
a { background-color: rgb(202,172,222); }
div.DivClassName
{
background-color: #CAACDE;
}
.BgClassName
{
background-color: #CAACDE;
}
</style>
border-color css
<style>
span { border-color: #CAACDE; }
span { border-color: rgb(202,172,222); }
td.TdClassName
{
border-color: #CAACDE;
}
.TagClassName
{
border-color: #CAACDE;
}
</style>