Shades of Perfume #C7ABDC
Tints of Perfume #C7ABDC
RGB
CMYK
RGB Variations
Color information
#C7ABDC (or 0xC7ABDC) is known color: Perfume. HEX triplet: C7, AB and DC. RGB value is (199,171,220). Sum of RGB (Red+Green+Blue) = 199+171+220=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABDC is #385423. Grayscale: #B8B8B8. Windows color (decimal): -3691556 or 14461895. OLE color: 14461895.
HSL color Cylindrical-coordinate representation of color #C7ABDC: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7ABDC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 171 | 220 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.14 |
| HSL | 274.29º | 0.41% | 0.77% | - |
| HSV(B) | 274.29º | 0.22% | 0.86% | - |
| XYZ | 51.03 | 46.44 | 73.98 | - |
| YUV | 184.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 220 | 0.10 | 0.22 | 0 | 0.14 | 274.29 | 0.41 | 0.77 |
| Hex | C7 | AB | DC | A | 16 | 0 | E | 112 | 29 | 4D |
| Octal | 307 | 253 | 334 | 12 | 26 | 0 | 16 | 422 | 51 | 115 |
| Binary | 11000111 | 10101011 | 11011100 | 1010 | 10110 | 0 | 1110 | 100010010 | 101001 | 1001101 |
Color Harmonies of #C7ABDC
Complementary color
Monochromatic Colors of #C7ABDC
Black with #C7ABDC
Text Example
Text Example
White with #C7ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABDC; }
p { color: rgb(199,171,220); }
H1.HeaderClassName
{
color: #C7ABDC;
}
.AnyTagClassName
{
color: #C7ABDC;
}
</style>
background-color css
<style>
a { background-color: #C7ABDC; }
a { background-color: rgb(199,171,220); }
div.DivClassName
{
background-color: #C7ABDC;
}
.BgClassName
{
background-color: #C7ABDC;
}
</style>
border-color css
<style>
span { border-color: #C7ABDC; }
span { border-color: rgb(199,171,220); }
td.TdClassName
{
border-color: #C7ABDC;
}
.TagClassName
{
border-color: #C7ABDC;
}
</style>