Shades of Perfume #C7ABEC
Tints of Perfume #C7ABEC
RGB
CMYK
RGB Variations
Color information
#C7ABEC (or 0xC7ABEC) is known color: Perfume. HEX triplet: C7, AB and EC. RGB value is (199,171,236). Sum of RGB (Red+Green+Blue) = 199+171+236=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABEC is #385413. Grayscale: #BABABA. Windows color (decimal): -3691540 or 15510471. OLE color: 15510471.
HSL color Cylindrical-coordinate representation of color #C7ABEC: hue angle of 265.85º degrees, saturation: 0.63, 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 #C7ABEC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 171 | 236 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.07 |
| HSL | 265.85º | 0.63% | 0.8% | - |
| HSV(B) | 265.85º | 0.28% | 0.93% | - |
| XYZ | 53.26 | 47.32 | 85.68 | - |
| YUV | 186.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 236 | 0.16 | 0.28 | 0 | 0.07 | 265.85 | 0.63 | 0.8 |
| Hex | C7 | AB | EC | 10 | 1C | 0 | 7 | 10A | 3F | 50 |
| Octal | 307 | 253 | 354 | 20 | 34 | 0 | 7 | 412 | 77 | 120 |
| Binary | 11000111 | 10101011 | 11101100 | 10000 | 11100 | 0 | 111 | 100001010 | 111111 | 1010000 |
Color Harmonies of #C7ABEC
Complementary color
Monochromatic Colors of #C7ABEC
Black with #C7ABEC
Text Example
Text Example
White with #C7ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABEC; }
p { color: rgb(199,171,236); }
H1.HeaderClassName
{
color: #C7ABEC;
}
.AnyTagClassName
{
color: #C7ABEC;
}
</style>
background-color css
<style>
a { background-color: #C7ABEC; }
a { background-color: rgb(199,171,236); }
div.DivClassName
{
background-color: #C7ABEC;
}
.BgClassName
{
background-color: #C7ABEC;
}
</style>
border-color css
<style>
span { border-color: #C7ABEC; }
span { border-color: rgb(199,171,236); }
td.TdClassName
{
border-color: #C7ABEC;
}
.TagClassName
{
border-color: #C7ABEC;
}
</style>