Shades of Perfume #C7ABDE
Tints of Perfume #C7ABDE
RGB
CMYK
RGB Variations
Color information
#C7ABDE (or 0xC7ABDE) is known color: Perfume. HEX triplet: C7, AB and DE. RGB value is (199,171,222). Sum of RGB (Red+Green+Blue) = 199+171+222=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABDE is #385421. Grayscale: #B9B9B9. Windows color (decimal): -3691554 or 14592967. OLE color: 14592967.
HSL color Cylindrical-coordinate representation of color #C7ABDE: hue angle of 272.94º degrees, saturation: 0.44, 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 #C7ABDE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 171 | 222 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.13 |
| HSL | 272.94º | 0.44% | 0.77% | - |
| HSV(B) | 272.94º | 0.23% | 0.87% | - |
| XYZ | 51.3 | 46.54 | 75.39 | - |
| YUV | 185.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 222 | 0.10 | 0.23 | 0 | 0.13 | 272.94 | 0.44 | 0.77 |
| Hex | C7 | AB | DE | A | 17 | 0 | D | 111 | 2C | 4D |
| Octal | 307 | 253 | 336 | 12 | 27 | 0 | 15 | 421 | 54 | 115 |
| Binary | 11000111 | 10101011 | 11011110 | 1010 | 10111 | 0 | 1101 | 100010001 | 101100 | 1001101 |
Color Harmonies of #C7ABDE
Complementary color
Monochromatic Colors of #C7ABDE
Black with #C7ABDE
Text Example
Text Example
White with #C7ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABDE; }
p { color: rgb(199,171,222); }
H1.HeaderClassName
{
color: #C7ABDE;
}
.AnyTagClassName
{
color: #C7ABDE;
}
</style>
background-color css
<style>
a { background-color: #C7ABDE; }
a { background-color: rgb(199,171,222); }
div.DivClassName
{
background-color: #C7ABDE;
}
.BgClassName
{
background-color: #C7ABDE;
}
</style>
border-color css
<style>
span { border-color: #C7ABDE; }
span { border-color: rgb(199,171,222); }
td.TdClassName
{
border-color: #C7ABDE;
}
.TagClassName
{
border-color: #C7ABDE;
}
</style>