Shades of Perfume #C5ABEC
Tints of Perfume #C5ABEC
RGB
CMYK
RGB Variations
Color information
#C5ABEC (or 0xC5ABEC) is known color: Perfume. HEX triplet: C5, AB and EC. RGB value is (197,171,236). Sum of RGB (Red+Green+Blue) = 197+171+236=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABEC is #3A5413. Grayscale: #B9B9B9. Windows color (decimal): -3822612 or 15510469. OLE color: 15510469.
HSL color Cylindrical-coordinate representation of color #C5ABEC: hue angle of 264º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ABEC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 171 | 236 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.07 |
| HSL | 264º | 0.63% | 0.8% | - |
| HSV(B) | 264º | 0.28% | 0.93% | - |
| XYZ | 52.73 | 47.05 | 85.66 | - |
| YUV | 186.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 236 | 0.17 | 0.28 | 0 | 0.07 | 264 | 0.63 | 0.8 |
| Hex | C5 | AB | EC | 11 | 1C | 0 | 7 | 108 | 3F | 50 |
| Octal | 305 | 253 | 354 | 21 | 34 | 0 | 7 | 410 | 77 | 120 |
| Binary | 11000101 | 10101011 | 11101100 | 10001 | 11100 | 0 | 111 | 100001000 | 111111 | 1010000 |
Color Harmonies of #C5ABEC
Complementary color
Monochromatic Colors of #C5ABEC
Black with #C5ABEC
Text Example
Text Example
White with #C5ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABEC; }
p { color: rgb(197,171,236); }
H1.HeaderClassName
{
color: #C5ABEC;
}
.AnyTagClassName
{
color: #C5ABEC;
}
</style>
background-color css
<style>
a { background-color: #C5ABEC; }
a { background-color: rgb(197,171,236); }
div.DivClassName
{
background-color: #C5ABEC;
}
.BgClassName
{
background-color: #C5ABEC;
}
</style>
border-color css
<style>
span { border-color: #C5ABEC; }
span { border-color: rgb(197,171,236); }
td.TdClassName
{
border-color: #C5ABEC;
}
.TagClassName
{
border-color: #C5ABEC;
}
</style>