Shades of Perfume #C7AADF
Tints of Perfume #C7AADF
RGB
CMYK
RGB Variations
Color information
#C7AADF (or 0xC7AADF) is known color: Perfume. HEX triplet: C7, AA and DF. RGB value is (199,170,223). Sum of RGB (Red+Green+Blue) = 199+170+223=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADF is #385520. Grayscale: #B8B8B8. Windows color (decimal): -3691809 or 14658247. OLE color: 14658247.
HSL color Cylindrical-coordinate representation of color #C7AADF: hue angle of 272.83º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7AADF is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 170 | 223 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.13 |
| HSL | 272.83º | 0.45% | 0.77% | - |
| HSV(B) | 272.83º | 0.24% | 0.87% | - |
| XYZ | 51.25 | 46.22 | 76.03 | - |
| YUV | 184.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 223 | 0.11 | 0.24 | 0 | 0.13 | 272.83 | 0.45 | 0.77 |
| Hex | C7 | AA | DF | B | 18 | 0 | D | 111 | 2D | 4D |
| Octal | 307 | 252 | 337 | 13 | 30 | 0 | 15 | 421 | 55 | 115 |
| Binary | 11000111 | 10101010 | 11011111 | 1011 | 11000 | 0 | 1101 | 100010001 | 101101 | 1001101 |
Color Harmonies of #C7AADF
Complementary color
Monochromatic Colors of #C7AADF
Black with #C7AADF
Text Example
Text Example
White with #C7AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AADF; }
p { color: rgb(199,170,223); }
H1.HeaderClassName
{
color: #C7AADF;
}
.AnyTagClassName
{
color: #C7AADF;
}
</style>
background-color css
<style>
a { background-color: #C7AADF; }
a { background-color: rgb(199,170,223); }
div.DivClassName
{
background-color: #C7AADF;
}
.BgClassName
{
background-color: #C7AADF;
}
</style>
border-color css
<style>
span { border-color: #C7AADF; }
span { border-color: rgb(199,170,223); }
td.TdClassName
{
border-color: #C7AADF;
}
.TagClassName
{
border-color: #C7AADF;
}
</style>