Shades of Perfume #C7AAEC
Tints of Perfume #C7AAEC
RGB
CMYK
RGB Variations
Color information
#C7AAEC (or 0xC7AAEC) is known color: Perfume. HEX triplet: C7, AA and EC. RGB value is (199,170,236). Sum of RGB (Red+Green+Blue) = 199+170+236=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAEC is #385513. Grayscale: #B9B9B9. Windows color (decimal): -3691796 or 15510215. OLE color: 15510215.
HSL color Cylindrical-coordinate representation of color #C7AAEC: hue angle of 266.36º 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 #C7AAEC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 170 | 236 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.07 |
| HSL | 266.36º | 0.63% | 0.8% | - |
| HSV(B) | 266.36º | 0.28% | 0.93% | - |
| XYZ | 53.07 | 46.95 | 85.62 | - |
| YUV | 186.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 236 | 0.16 | 0.28 | 0 | 0.07 | 266.36 | 0.63 | 0.8 |
| Hex | C7 | AA | EC | 10 | 1C | 0 | 7 | 10A | 3F | 50 |
| Octal | 307 | 252 | 354 | 20 | 34 | 0 | 7 | 412 | 77 | 120 |
| Binary | 11000111 | 10101010 | 11101100 | 10000 | 11100 | 0 | 111 | 100001010 | 111111 | 1010000 |
Color Harmonies of #C7AAEC
Complementary color
Monochromatic Colors of #C7AAEC
Black with #C7AAEC
Text Example
Text Example
White with #C7AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAEC; }
p { color: rgb(199,170,236); }
H1.HeaderClassName
{
color: #C7AAEC;
}
.AnyTagClassName
{
color: #C7AAEC;
}
</style>
background-color css
<style>
a { background-color: #C7AAEC; }
a { background-color: rgb(199,170,236); }
div.DivClassName
{
background-color: #C7AAEC;
}
.BgClassName
{
background-color: #C7AAEC;
}
</style>
border-color css
<style>
span { border-color: #C7AAEC; }
span { border-color: rgb(199,170,236); }
td.TdClassName
{
border-color: #C7AAEC;
}
.TagClassName
{
border-color: #C7AAEC;
}
</style>