Shades of Perfume #C5ABE9
Tints of Perfume #C5ABE9
RGB
CMYK
RGB Variations
Color information
#C5ABE9 (or 0xC5ABE9) is known color: Perfume. HEX triplet: C5, AB and E9. RGB value is (197,171,233). Sum of RGB (Red+Green+Blue) = 197+171+233=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5ABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABE9 is #3A5416. Grayscale: #B9B9B9. Windows color (decimal): -3822615 or 15313861. OLE color: 15313861.
HSL color Cylindrical-coordinate representation of color #C5ABE9: hue angle of 265.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5ABE9 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 171 | 233 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.09 |
| HSL | 265.16º | 0.58% | 0.79% | - |
| HSV(B) | 265.16º | 0.27% | 0.91% | - |
| XYZ | 52.3 | 46.88 | 83.38 | - |
| YUV | 185.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 233 | 0.15 | 0.27 | 0 | 0.09 | 265.16 | 0.58 | 0.79 |
| Hex | C5 | AB | E9 | F | 1B | 0 | 9 | 109 | 3A | 4F |
| Octal | 305 | 253 | 351 | 17 | 33 | 0 | 11 | 411 | 72 | 117 |
| Binary | 11000101 | 10101011 | 11101001 | 1111 | 11011 | 0 | 1001 | 100001001 | 111010 | 1001111 |
Color Harmonies of #C5ABE9
Complementary color
Monochromatic Colors of #C5ABE9
Black with #C5ABE9
Text Example
Text Example
White with #C5ABE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABE9; }
p { color: rgb(197,171,233); }
H1.HeaderClassName
{
color: #C5ABE9;
}
.AnyTagClassName
{
color: #C5ABE9;
}
</style>
background-color css
<style>
a { background-color: #C5ABE9; }
a { background-color: rgb(197,171,233); }
div.DivClassName
{
background-color: #C5ABE9;
}
.BgClassName
{
background-color: #C5ABE9;
}
</style>
border-color css
<style>
span { border-color: #C5ABE9; }
span { border-color: rgb(197,171,233); }
td.TdClassName
{
border-color: #C5ABE9;
}
.TagClassName
{
border-color: #C5ABE9;
}
</style>