Shades of Perfume #C5A9DF
Tints of Perfume #C5A9DF
RGB
CMYK
RGB Variations
Color information
#C5A9DF (or 0xC5A9DF) is known color: Perfume. HEX triplet: C5, A9 and DF. RGB value is (197,169,223). Sum of RGB (Red+Green+Blue) = 197+169+223=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9DF is #3A5620. Grayscale: #B7B7B7. Windows color (decimal): -3823137 or 14657989. OLE color: 14657989.
HSL color Cylindrical-coordinate representation of color #C5A9DF: hue angle of 271.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A9DF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 169 | 223 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.13 |
| HSL | 271.11º | 0.46% | 0.77% | - |
| HSV(B) | 271.11º | 0.24% | 0.87% | - |
| XYZ | 50.53 | 45.57 | 75.95 | - |
| YUV | 183.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 223 | 0.12 | 0.24 | 0 | 0.13 | 271.11 | 0.46 | 0.77 |
| Hex | C5 | A9 | DF | C | 18 | 0 | D | 10F | 2E | 4D |
| Octal | 305 | 251 | 337 | 14 | 30 | 0 | 15 | 417 | 56 | 115 |
| Binary | 11000101 | 10101001 | 11011111 | 1100 | 11000 | 0 | 1101 | 100001111 | 101110 | 1001101 |
Color Harmonies of #C5A9DF
Complementary color
Monochromatic Colors of #C5A9DF
Black with #C5A9DF
Text Example
Text Example
White with #C5A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9DF; }
p { color: rgb(197,169,223); }
H1.HeaderClassName
{
color: #C5A9DF;
}
.AnyTagClassName
{
color: #C5A9DF;
}
</style>
background-color css
<style>
a { background-color: #C5A9DF; }
a { background-color: rgb(197,169,223); }
div.DivClassName
{
background-color: #C5A9DF;
}
.BgClassName
{
background-color: #C5A9DF;
}
</style>
border-color css
<style>
span { border-color: #C5A9DF; }
span { border-color: rgb(197,169,223); }
td.TdClassName
{
border-color: #C5A9DF;
}
.TagClassName
{
border-color: #C5A9DF;
}
</style>