Shades of Perfume #C7ABDD
Tints of Perfume #C7ABDD
RGB
CMYK
RGB Variations
Color information
#C7ABDD (or 0xC7ABDD) is known color: Perfume. HEX triplet: C7, AB and DD. RGB value is (199,171,221). Sum of RGB (Red+Green+Blue) = 199+171+221=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABDD is #385422. Grayscale: #B8B8B8. Windows color (decimal): -3691555 or 14527431. OLE color: 14527431.
HSL color Cylindrical-coordinate representation of color #C7ABDD: hue angle of 273.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7ABDD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 171 | 221 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.13 |
| HSL | 273.6º | 0.42% | 0.77% | - |
| HSV(B) | 273.6º | 0.23% | 0.87% | - |
| XYZ | 51.17 | 46.49 | 74.68 | - |
| YUV | 185.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 221 | 0.10 | 0.23 | 0 | 0.13 | 273.6 | 0.42 | 0.77 |
| Hex | C7 | AB | DD | A | 17 | 0 | D | 112 | 2A | 4D |
| Octal | 307 | 253 | 335 | 12 | 27 | 0 | 15 | 422 | 52 | 115 |
| Binary | 11000111 | 10101011 | 11011101 | 1010 | 10111 | 0 | 1101 | 100010010 | 101010 | 1001101 |
Color Harmonies of #C7ABDD
Complementary color
Monochromatic Colors of #C7ABDD
Black with #C7ABDD
Text Example
Text Example
White with #C7ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABDD; }
p { color: rgb(199,171,221); }
H1.HeaderClassName
{
color: #C7ABDD;
}
.AnyTagClassName
{
color: #C7ABDD;
}
</style>
background-color css
<style>
a { background-color: #C7ABDD; }
a { background-color: rgb(199,171,221); }
div.DivClassName
{
background-color: #C7ABDD;
}
.BgClassName
{
background-color: #C7ABDD;
}
</style>
border-color css
<style>
span { border-color: #C7ABDD; }
span { border-color: rgb(199,171,221); }
td.TdClassName
{
border-color: #C7ABDD;
}
.TagClassName
{
border-color: #C7ABDD;
}
</style>