Shades of Perfume #C3AAD8
Tints of Perfume #C3AAD8
RGB
CMYK
RGB Variations
Color information
#C3AAD8 (or 0xC3AAD8) is known color: Perfume. HEX triplet: C3, AA and D8. RGB value is (195,170,216). Sum of RGB (Red+Green+Blue) = 195+170+216=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAD8 is #3C5527. Grayscale: #B6B6B6. Windows color (decimal): -3953960 or 14199491. OLE color: 14199491.
HSL color Cylindrical-coordinate representation of color #C3AAD8: hue angle of 272.61º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3AAD8 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 170 | 216 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.15 |
| HSL | 272.61º | 0.37% | 0.76% | - |
| HSV(B) | 272.61º | 0.21% | 0.85% | - |
| XYZ | 49.28 | 45.31 | 71.11 | - |
| YUV | 182.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 216 | 0.10 | 0.21 | 0 | 0.15 | 272.61 | 0.37 | 0.76 |
| Hex | C3 | AA | D8 | A | 15 | 0 | F | 111 | 25 | 4C |
| Octal | 303 | 252 | 330 | 12 | 25 | 0 | 17 | 421 | 45 | 114 |
| Binary | 11000011 | 10101010 | 11011000 | 1010 | 10101 | 0 | 1111 | 100010001 | 100101 | 1001100 |
Color Harmonies of #C3AAD8
Complementary color
Monochromatic Colors of #C3AAD8
Black with #C3AAD8
Text Example
Text Example
White with #C3AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAD8; }
p { color: rgb(195,170,216); }
H1.HeaderClassName
{
color: #C3AAD8;
}
.AnyTagClassName
{
color: #C3AAD8;
}
</style>
background-color css
<style>
a { background-color: #C3AAD8; }
a { background-color: rgb(195,170,216); }
div.DivClassName
{
background-color: #C3AAD8;
}
.BgClassName
{
background-color: #C3AAD8;
}
</style>
border-color css
<style>
span { border-color: #C3AAD8; }
span { border-color: rgb(195,170,216); }
td.TdClassName
{
border-color: #C3AAD8;
}
.TagClassName
{
border-color: #C3AAD8;
}
</style>