Shades of Perfume #C9ABED
Tints of Perfume #C9ABED
RGB
CMYK
RGB Variations
Color information
#C9ABED (or 0xC9ABED) is known color: Perfume. HEX triplet: C9, AB and ED. RGB value is (201,171,237). Sum of RGB (Red+Green+Blue) = 201+171+237=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABED is #365412. Grayscale: #BBBBBB. Windows color (decimal): -3560467 or 15576009. OLE color: 15576009.
HSL color Cylindrical-coordinate representation of color #C9ABED: hue angle of 267.27º 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 #C9ABED is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 171 | 237 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.07 |
| HSL | 267.27º | 0.65% | 0.8% | - |
| HSV(B) | 267.27º | 0.28% | 0.93% | - |
| XYZ | 53.94 | 47.66 | 86.48 | - |
| YUV | 187.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 237 | 0.15 | 0.28 | 0 | 0.07 | 267.27 | 0.65 | 0.8 |
| Hex | C9 | AB | ED | F | 1C | 0 | 7 | 10B | 41 | 50 |
| Octal | 311 | 253 | 355 | 17 | 34 | 0 | 7 | 413 | 101 | 120 |
| Binary | 11001001 | 10101011 | 11101101 | 1111 | 11100 | 0 | 111 | 100001011 | 1000001 | 1010000 |
Color Harmonies of #C9ABED
Complementary color
Monochromatic Colors of #C9ABED
Black with #C9ABED
Text Example
Text Example
White with #C9ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABED; }
p { color: rgb(201,171,237); }
H1.HeaderClassName
{
color: #C9ABED;
}
.AnyTagClassName
{
color: #C9ABED;
}
</style>
background-color css
<style>
a { background-color: #C9ABED; }
a { background-color: rgb(201,171,237); }
div.DivClassName
{
background-color: #C9ABED;
}
.BgClassName
{
background-color: #C9ABED;
}
</style>
border-color css
<style>
span { border-color: #C9ABED; }
span { border-color: rgb(201,171,237); }
td.TdClassName
{
border-color: #C9ABED;
}
.TagClassName
{
border-color: #C9ABED;
}
</style>