Shades of Perfume #C3AADE
Tints of Perfume #C3AADE
RGB
CMYK
RGB Variations
Color information
#C3AADE (or 0xC3AADE) is known color: Perfume. HEX triplet: C3, AA and DE. RGB value is (195,170,222). Sum of RGB (Red+Green+Blue) = 195+170+222=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AADE is #3C5521. Grayscale: #B7B7B7. Windows color (decimal): -3953954 or 14592707. OLE color: 14592707.
HSL color Cylindrical-coordinate representation of color #C3AADE: hue angle of 268.85º 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 #C3AADE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 170 | 222 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 268.85º | 0.44% | 0.77% | - |
| HSV(B) | 268.85º | 0.23% | 0.87% | - |
| XYZ | 50.07 | 45.63 | 75.28 | - |
| YUV | 183.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 222 | 0.12 | 0.23 | 0 | 0.13 | 268.85 | 0.44 | 0.77 |
| Hex | C3 | AA | DE | C | 17 | 0 | D | 10D | 2C | 4D |
| Octal | 303 | 252 | 336 | 14 | 27 | 0 | 15 | 415 | 54 | 115 |
| Binary | 11000011 | 10101010 | 11011110 | 1100 | 10111 | 0 | 1101 | 100001101 | 101100 | 1001101 |
Color Harmonies of #C3AADE
Complementary color
Monochromatic Colors of #C3AADE
Black with #C3AADE
Text Example
Text Example
White with #C3AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AADE; }
p { color: rgb(195,170,222); }
H1.HeaderClassName
{
color: #C3AADE;
}
.AnyTagClassName
{
color: #C3AADE;
}
</style>
background-color css
<style>
a { background-color: #C3AADE; }
a { background-color: rgb(195,170,222); }
div.DivClassName
{
background-color: #C3AADE;
}
.BgClassName
{
background-color: #C3AADE;
}
</style>
border-color css
<style>
span { border-color: #C3AADE; }
span { border-color: rgb(195,170,222); }
td.TdClassName
{
border-color: #C3AADE;
}
.TagClassName
{
border-color: #C3AADE;
}
</style>