Shades of Perfume #C5ABEF
Tints of Perfume #C5ABEF
RGB
CMYK
RGB Variations
Color information
#C5ABEF (or 0xC5ABEF) is known color: Perfume. HEX triplet: C5, AB and EF. RGB value is (197,171,239). Sum of RGB (Red+Green+Blue) = 197+171+239=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABEF is #3A5410. Grayscale: #BABABA. Windows color (decimal): -3822609 or 15707077. OLE color: 15707077.
HSL color Cylindrical-coordinate representation of color #C5ABEF: hue angle of 262.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ABEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 171 | 239 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.06 |
| HSL | 262.94º | 0.68% | 0.8% | - |
| HSV(B) | 262.94º | 0.28% | 0.94% | - |
| XYZ | 53.17 | 47.23 | 87.98 | - |
| YUV | 186.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 239 | 0.18 | 0.28 | 0 | 0.06 | 262.94 | 0.68 | 0.8 |
| Hex | C5 | AB | EF | 12 | 1C | 0 | 6 | 107 | 44 | 50 |
| Octal | 305 | 253 | 357 | 22 | 34 | 0 | 6 | 407 | 104 | 120 |
| Binary | 11000101 | 10101011 | 11101111 | 10010 | 11100 | 0 | 110 | 100000111 | 1000100 | 1010000 |
Color Harmonies of #C5ABEF
Complementary color
Monochromatic Colors of #C5ABEF
Black with #C5ABEF
Text Example
Text Example
White with #C5ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABEF; }
p { color: rgb(197,171,239); }
H1.HeaderClassName
{
color: #C5ABEF;
}
.AnyTagClassName
{
color: #C5ABEF;
}
</style>
background-color css
<style>
a { background-color: #C5ABEF; }
a { background-color: rgb(197,171,239); }
div.DivClassName
{
background-color: #C5ABEF;
}
.BgClassName
{
background-color: #C5ABEF;
}
</style>
border-color css
<style>
span { border-color: #C5ABEF; }
span { border-color: rgb(197,171,239); }
td.TdClassName
{
border-color: #C5ABEF;
}
.TagClassName
{
border-color: #C5ABEF;
}
</style>