Shades of Perfume #C7ADE6
Tints of Perfume #C7ADE6
RGB
CMYK
RGB Variations
Color information
#C7ADE6 (or 0xC7ADE6) is known color: Perfume. HEX triplet: C7, AD and E6. RGB value is (199,173,230). Sum of RGB (Red+Green+Blue) = 199+173+230=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADE6 is #385219. Grayscale: #BBBBBB. Windows color (decimal): -3691034 or 15117767. OLE color: 15117767.
HSL color Cylindrical-coordinate representation of color #C7ADE6: hue angle of 267.37º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7ADE6 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 173 | 230 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.10 |
| HSL | 267.37º | 0.53% | 0.79% | - |
| HSV(B) | 267.37º | 0.25% | 0.9% | - |
| XYZ | 52.78 | 47.74 | 81.3 | - |
| YUV | 187.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 230 | 0.13 | 0.25 | 0 | 0.10 | 267.37 | 0.53 | 0.79 |
| Hex | C7 | AD | E6 | D | 19 | 0 | A | 10B | 35 | 4F |
| Octal | 307 | 255 | 346 | 15 | 31 | 0 | 12 | 413 | 65 | 117 |
| Binary | 11000111 | 10101101 | 11100110 | 1101 | 11001 | 0 | 1010 | 100001011 | 110101 | 1001111 |
Color Harmonies of #C7ADE6
Complementary color
Monochromatic Colors of #C7ADE6
Black with #C7ADE6
Text Example
Text Example
White with #C7ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADE6; }
p { color: rgb(199,173,230); }
H1.HeaderClassName
{
color: #C7ADE6;
}
.AnyTagClassName
{
color: #C7ADE6;
}
</style>
background-color css
<style>
a { background-color: #C7ADE6; }
a { background-color: rgb(199,173,230); }
div.DivClassName
{
background-color: #C7ADE6;
}
.BgClassName
{
background-color: #C7ADE6;
}
</style>
border-color css
<style>
span { border-color: #C7ADE6; }
span { border-color: rgb(199,173,230); }
td.TdClassName
{
border-color: #C7ADE6;
}
.TagClassName
{
border-color: #C7ADE6;
}
</style>