Shades of Perfume #C5ABDF
Tints of Perfume #C5ABDF
RGB
CMYK
RGB Variations
Color information
#C5ABDF (or 0xC5ABDF) is known color: Perfume. HEX triplet: C5, AB and DF. RGB value is (197,171,223). Sum of RGB (Red+Green+Blue) = 197+171+223=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABDF is #3A5420. Grayscale: #B8B8B8. Windows color (decimal): -3822625 or 14658501. OLE color: 14658501.
HSL color Cylindrical-coordinate representation of color #C5ABDF: hue angle of 270º degrees, saturation: 0.45, 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 #C5ABDF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 171 | 223 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 270º | 0.45% | 0.77% | - |
| HSV(B) | 270º | 0.23% | 0.87% | - |
| XYZ | 50.91 | 46.32 | 76.07 | - |
| YUV | 184.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 223 | 0.12 | 0.23 | 0 | 0.13 | 270 | 0.45 | 0.77 |
| Hex | C5 | AB | DF | C | 17 | 0 | D | 10E | 2D | 4D |
| Octal | 305 | 253 | 337 | 14 | 27 | 0 | 15 | 416 | 55 | 115 |
| Binary | 11000101 | 10101011 | 11011111 | 1100 | 10111 | 0 | 1101 | 100001110 | 101101 | 1001101 |
Color Harmonies of #C5ABDF
Complementary color
Monochromatic Colors of #C5ABDF
Black with #C5ABDF
Text Example
Text Example
White with #C5ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABDF; }
p { color: rgb(197,171,223); }
H1.HeaderClassName
{
color: #C5ABDF;
}
.AnyTagClassName
{
color: #C5ABDF;
}
</style>
background-color css
<style>
a { background-color: #C5ABDF; }
a { background-color: rgb(197,171,223); }
div.DivClassName
{
background-color: #C5ABDF;
}
.BgClassName
{
background-color: #C5ABDF;
}
</style>
border-color css
<style>
span { border-color: #C5ABDF; }
span { border-color: rgb(197,171,223); }
td.TdClassName
{
border-color: #C5ABDF;
}
.TagClassName
{
border-color: #C5ABDF;
}
</style>