Shades of Perfume #C3AADB
Tints of Perfume #C3AADB
RGB
CMYK
RGB Variations
Color information
#C3AADB (or 0xC3AADB) is known color: Perfume. HEX triplet: C3, AA and DB. RGB value is (195,170,219). Sum of RGB (Red+Green+Blue) = 195+170+219=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AADB is #3C5524. Grayscale: #B6B6B6. Windows color (decimal): -3953957 or 14396099. OLE color: 14396099.
HSL color Cylindrical-coordinate representation of color #C3AADB: hue angle of 270.61º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3AADB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 170 | 219 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.14 |
| HSL | 270.61º | 0.4% | 0.76% | - |
| HSV(B) | 270.61º | 0.22% | 0.86% | - |
| XYZ | 49.67 | 45.47 | 73.18 | - |
| YUV | 183.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 219 | 0.11 | 0.22 | 0 | 0.14 | 270.61 | 0.4 | 0.76 |
| Hex | C3 | AA | DB | B | 16 | 0 | E | 10F | 28 | 4C |
| Octal | 303 | 252 | 333 | 13 | 26 | 0 | 16 | 417 | 50 | 114 |
| Binary | 11000011 | 10101010 | 11011011 | 1011 | 10110 | 0 | 1110 | 100001111 | 101000 | 1001100 |
Color Harmonies of #C3AADB
Complementary color
Monochromatic Colors of #C3AADB
Black with #C3AADB
Text Example
Text Example
White with #C3AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AADB; }
p { color: rgb(195,170,219); }
H1.HeaderClassName
{
color: #C3AADB;
}
.AnyTagClassName
{
color: #C3AADB;
}
</style>
background-color css
<style>
a { background-color: #C3AADB; }
a { background-color: rgb(195,170,219); }
div.DivClassName
{
background-color: #C3AADB;
}
.BgClassName
{
background-color: #C3AADB;
}
</style>
border-color css
<style>
span { border-color: #C3AADB; }
span { border-color: rgb(195,170,219); }
td.TdClassName
{
border-color: #C3AADB;
}
.TagClassName
{
border-color: #C3AADB;
}
</style>