Shades of Perfume #C7ADDC
Tints of Perfume #C7ADDC
RGB
CMYK
RGB Variations
Color information
#C7ADDC (or 0xC7ADDC) is known color: Perfume. HEX triplet: C7, AD and DC. RGB value is (199,173,220). Sum of RGB (Red+Green+Blue) = 199+173+220=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADDC is #385223. Grayscale: #B9B9B9. Windows color (decimal): -3691044 or 14462407. OLE color: 14462407.
HSL color Cylindrical-coordinate representation of color #C7ADDC: hue angle of 273.19º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7ADDC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 173 | 220 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.14 |
| HSL | 273.19º | 0.4% | 0.77% | - |
| HSV(B) | 273.19º | 0.21% | 0.86% | - |
| XYZ | 51.42 | 47.2 | 74.11 | - |
| YUV | 186.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 220 | 0.10 | 0.21 | 0 | 0.14 | 273.19 | 0.4 | 0.77 |
| Hex | C7 | AD | DC | A | 15 | 0 | E | 111 | 28 | 4D |
| Octal | 307 | 255 | 334 | 12 | 25 | 0 | 16 | 421 | 50 | 115 |
| Binary | 11000111 | 10101101 | 11011100 | 1010 | 10101 | 0 | 1110 | 100010001 | 101000 | 1001101 |
Color Harmonies of #C7ADDC
Complementary color
Monochromatic Colors of #C7ADDC
Black with #C7ADDC
Text Example
Text Example
White with #C7ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADDC; }
p { color: rgb(199,173,220); }
H1.HeaderClassName
{
color: #C7ADDC;
}
.AnyTagClassName
{
color: #C7ADDC;
}
</style>
background-color css
<style>
a { background-color: #C7ADDC; }
a { background-color: rgb(199,173,220); }
div.DivClassName
{
background-color: #C7ADDC;
}
.BgClassName
{
background-color: #C7ADDC;
}
</style>
border-color css
<style>
span { border-color: #C7ADDC; }
span { border-color: rgb(199,173,220); }
td.TdClassName
{
border-color: #C7ADDC;
}
.TagClassName
{
border-color: #C7ADDC;
}
</style>