Shades of Perfume #C7ADE0
Tints of Perfume #C7ADE0
RGB
CMYK
RGB Variations
Color information
#C7ADE0 (or 0xC7ADE0) is known color: Perfume. HEX triplet: C7, AD and E0. RGB value is (199,173,224). Sum of RGB (Red+Green+Blue) = 199+173+224=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADE0 is #38521F. Grayscale: #BABABA. Windows color (decimal): -3691040 or 14724551. OLE color: 14724551.
HSL color Cylindrical-coordinate representation of color #C7ADE0: hue angle of 270.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7ADE0 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 173 | 224 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.12 |
| HSL | 270.59º | 0.45% | 0.78% | - |
| HSV(B) | 270.59º | 0.23% | 0.88% | - |
| XYZ | 51.95 | 47.41 | 76.93 | - |
| YUV | 186.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 224 | 0.11 | 0.23 | 0 | 0.12 | 270.59 | 0.45 | 0.78 |
| Hex | C7 | AD | E0 | B | 17 | 0 | C | 10F | 2D | 4E |
| Octal | 307 | 255 | 340 | 13 | 27 | 0 | 14 | 417 | 55 | 116 |
| Binary | 11000111 | 10101101 | 11100000 | 1011 | 10111 | 0 | 1100 | 100001111 | 101101 | 1001110 |
Color Harmonies of #C7ADE0
Complementary color
Monochromatic Colors of #C7ADE0
Black with #C7ADE0
Text Example
Text Example
White with #C7ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADE0; }
p { color: rgb(199,173,224); }
H1.HeaderClassName
{
color: #C7ADE0;
}
.AnyTagClassName
{
color: #C7ADE0;
}
</style>
background-color css
<style>
a { background-color: #C7ADE0; }
a { background-color: rgb(199,173,224); }
div.DivClassName
{
background-color: #C7ADE0;
}
.BgClassName
{
background-color: #C7ADE0;
}
</style>
border-color css
<style>
span { border-color: #C7ADE0; }
span { border-color: rgb(199,173,224); }
td.TdClassName
{
border-color: #C7ADE0;
}
.TagClassName
{
border-color: #C7ADE0;
}
</style>