Shades of Perfume #C5ABED
Tints of Perfume #C5ABED
RGB
CMYK
RGB Variations
Color information
#C5ABED (or 0xC5ABED) is known color: Perfume. HEX triplet: C5, AB and ED. RGB value is (197,171,237). Sum of RGB (Red+Green+Blue) = 197+171+237=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABED is #3A5412. Grayscale: #BABABA. Windows color (decimal): -3822611 or 15576005. OLE color: 15576005.
HSL color Cylindrical-coordinate representation of color #C5ABED: hue angle of 263.64º degrees, saturation: 0.65, 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 #C5ABED is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 171 | 237 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.07 |
| HSL | 263.64º | 0.65% | 0.8% | - |
| HSV(B) | 263.64º | 0.28% | 0.93% | - |
| XYZ | 52.87 | 47.11 | 86.43 | - |
| YUV | 186.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 237 | 0.17 | 0.28 | 0 | 0.07 | 263.64 | 0.65 | 0.8 |
| Hex | C5 | AB | ED | 11 | 1C | 0 | 7 | 108 | 41 | 50 |
| Octal | 305 | 253 | 355 | 21 | 34 | 0 | 7 | 410 | 101 | 120 |
| Binary | 11000101 | 10101011 | 11101101 | 10001 | 11100 | 0 | 111 | 100001000 | 1000001 | 1010000 |
Color Harmonies of #C5ABED
Complementary color
Monochromatic Colors of #C5ABED
Black with #C5ABED
Text Example
Text Example
White with #C5ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABED; }
p { color: rgb(197,171,237); }
H1.HeaderClassName
{
color: #C5ABED;
}
.AnyTagClassName
{
color: #C5ABED;
}
</style>
background-color css
<style>
a { background-color: #C5ABED; }
a { background-color: rgb(197,171,237); }
div.DivClassName
{
background-color: #C5ABED;
}
.BgClassName
{
background-color: #C5ABED;
}
</style>
border-color css
<style>
span { border-color: #C5ABED; }
span { border-color: rgb(197,171,237); }
td.TdClassName
{
border-color: #C5ABED;
}
.TagClassName
{
border-color: #C5ABED;
}
</style>