Shades of Perfume #C5ABE8
Tints of Perfume #C5ABE8
RGB
CMYK
RGB Variations
Color information
#C5ABE8 (or 0xC5ABE8) is known color: Perfume. HEX triplet: C5, AB and E8. RGB value is (197,171,232). Sum of RGB (Red+Green+Blue) = 197+171+232=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABE8 is #3A5417. Grayscale: #B9B9B9. Windows color (decimal): -3822616 or 15248325. OLE color: 15248325.
HSL color Cylindrical-coordinate representation of color #C5ABE8: hue angle of 265.57º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5ABE8 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 171 | 232 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.09 |
| HSL | 265.57º | 0.57% | 0.79% | - |
| HSV(B) | 265.57º | 0.26% | 0.91% | - |
| XYZ | 52.15 | 46.82 | 82.63 | - |
| YUV | 185.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 232 | 0.15 | 0.26 | 0 | 0.09 | 265.57 | 0.57 | 0.79 |
| Hex | C5 | AB | E8 | F | 1A | 0 | 9 | 10A | 39 | 4F |
| Octal | 305 | 253 | 350 | 17 | 32 | 0 | 11 | 412 | 71 | 117 |
| Binary | 11000101 | 10101011 | 11101000 | 1111 | 11010 | 0 | 1001 | 100001010 | 111001 | 1001111 |
Color Harmonies of #C5ABE8
Complementary color
Monochromatic Colors of #C5ABE8
Black with #C5ABE8
Text Example
Text Example
White with #C5ABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABE8; }
p { color: rgb(197,171,232); }
H1.HeaderClassName
{
color: #C5ABE8;
}
.AnyTagClassName
{
color: #C5ABE8;
}
</style>
background-color css
<style>
a { background-color: #C5ABE8; }
a { background-color: rgb(197,171,232); }
div.DivClassName
{
background-color: #C5ABE8;
}
.BgClassName
{
background-color: #C5ABE8;
}
</style>
border-color css
<style>
span { border-color: #C5ABE8; }
span { border-color: rgb(197,171,232); }
td.TdClassName
{
border-color: #C5ABE8;
}
.TagClassName
{
border-color: #C5ABE8;
}
</style>