Shades of Perfume #C2AADE
Tints of Perfume #C2AADE
RGB
CMYK
RGB Variations
Color information
#C2AADE (or 0xC2AADE) is known color: Perfume. HEX triplet: C2, AA and DE. RGB value is (194,170,222). Sum of RGB (Red+Green+Blue) = 194+170+222=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AADE is #3D5521. Grayscale: #B6B6B6. Windows color (decimal): -4019490 or 14592706. OLE color: 14592706.
HSL color Cylindrical-coordinate representation of color #C2AADE: hue angle of 267.69º degrees, saturation: 0.44, 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 #C2AADE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 170 | 222 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 267.69º | 0.44% | 0.77% | - |
| HSV(B) | 267.69º | 0.23% | 0.87% | - |
| XYZ | 49.81 | 45.49 | 75.26 | - |
| YUV | 183.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 222 | 0.13 | 0.23 | 0 | 0.13 | 267.69 | 0.44 | 0.77 |
| Hex | C2 | AA | DE | D | 17 | 0 | D | 10C | 2C | 4D |
| Octal | 302 | 252 | 336 | 15 | 27 | 0 | 15 | 414 | 54 | 115 |
| Binary | 11000010 | 10101010 | 11011110 | 1101 | 10111 | 0 | 1101 | 100001100 | 101100 | 1001101 |
Color Harmonies of #C2AADE
Complementary color
Monochromatic Colors of #C2AADE
Black with #C2AADE
Text Example
Text Example
White with #C2AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AADE; }
p { color: rgb(194,170,222); }
H1.HeaderClassName
{
color: #C2AADE;
}
.AnyTagClassName
{
color: #C2AADE;
}
</style>
background-color css
<style>
a { background-color: #C2AADE; }
a { background-color: rgb(194,170,222); }
div.DivClassName
{
background-color: #C2AADE;
}
.BgClassName
{
background-color: #C2AADE;
}
</style>
border-color css
<style>
span { border-color: #C2AADE; }
span { border-color: rgb(194,170,222); }
td.TdClassName
{
border-color: #C2AADE;
}
.TagClassName
{
border-color: #C2AADE;
}
</style>