Shades of Perfume #C9ABE4
Tints of Perfume #C9ABE4
RGB
CMYK
RGB Variations
Color information
#C9ABE4 (or 0xC9ABE4) is known color: Perfume. HEX triplet: C9, AB and E4. RGB value is (201,171,228). Sum of RGB (Red+Green+Blue) = 201+171+228=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABE4 is #36541B. Grayscale: #BABABA. Windows color (decimal): -3560476 or 14986185. OLE color: 14986185.
HSL color Cylindrical-coordinate representation of color #C9ABE4: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9ABE4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 171 | 228 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.11 |
| HSL | 271.58º | 0.51% | 0.78% | - |
| HSV(B) | 271.58º | 0.25% | 0.89% | - |
| XYZ | 52.65 | 47.14 | 79.72 | - |
| YUV | 186.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 228 | 0.12 | 0.25 | 0 | 0.11 | 271.58 | 0.51 | 0.78 |
| Hex | C9 | AB | E4 | C | 19 | 0 | B | 110 | 33 | 4E |
| Octal | 311 | 253 | 344 | 14 | 31 | 0 | 13 | 420 | 63 | 116 |
| Binary | 11001001 | 10101011 | 11100100 | 1100 | 11001 | 0 | 1011 | 100010000 | 110011 | 1001110 |
Color Harmonies of #C9ABE4
Complementary color
Monochromatic Colors of #C9ABE4
Black with #C9ABE4
Text Example
Text Example
White with #C9ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABE4; }
p { color: rgb(201,171,228); }
H1.HeaderClassName
{
color: #C9ABE4;
}
.AnyTagClassName
{
color: #C9ABE4;
}
</style>
background-color css
<style>
a { background-color: #C9ABE4; }
a { background-color: rgb(201,171,228); }
div.DivClassName
{
background-color: #C9ABE4;
}
.BgClassName
{
background-color: #C9ABE4;
}
</style>
border-color css
<style>
span { border-color: #C9ABE4; }
span { border-color: rgb(201,171,228); }
td.TdClassName
{
border-color: #C9ABE4;
}
.TagClassName
{
border-color: #C9ABE4;
}
</style>