Shades of Perfume #C7ADDB
Tints of Perfume #C7ADDB
RGB
CMYK
RGB Variations
Color information
#C7ADDB (or 0xC7ADDB) is known color: Perfume. HEX triplet: C7, AD and DB. RGB value is (199,173,219). Sum of RGB (Red+Green+Blue) = 199+173+219=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADDB is #385224. Grayscale: #B9B9B9. Windows color (decimal): -3691045 or 14396871. OLE color: 14396871.
HSL color Cylindrical-coordinate representation of color #C7ADDB: hue angle of 273.91º degrees, saturation: 0.39, 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 #C7ADDB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 173 | 219 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.14 |
| HSL | 273.91º | 0.39% | 0.77% | - |
| HSV(B) | 273.91º | 0.21% | 0.86% | - |
| XYZ | 51.28 | 47.14 | 73.41 | - |
| YUV | 186.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 219 | 0.09 | 0.21 | 0 | 0.14 | 273.91 | 0.39 | 0.77 |
| Hex | C7 | AD | DB | 9 | 15 | 0 | E | 112 | 27 | 4D |
| Octal | 307 | 255 | 333 | 11 | 25 | 0 | 16 | 422 | 47 | 115 |
| Binary | 11000111 | 10101101 | 11011011 | 1001 | 10101 | 0 | 1110 | 100010010 | 100111 | 1001101 |
Color Harmonies of #C7ADDB
Complementary color
Monochromatic Colors of #C7ADDB
Black with #C7ADDB
Text Example
Text Example
White with #C7ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADDB; }
p { color: rgb(199,173,219); }
H1.HeaderClassName
{
color: #C7ADDB;
}
.AnyTagClassName
{
color: #C7ADDB;
}
</style>
background-color css
<style>
a { background-color: #C7ADDB; }
a { background-color: rgb(199,173,219); }
div.DivClassName
{
background-color: #C7ADDB;
}
.BgClassName
{
background-color: #C7ADDB;
}
</style>
border-color css
<style>
span { border-color: #C7ADDB; }
span { border-color: rgb(199,173,219); }
td.TdClassName
{
border-color: #C7ADDB;
}
.TagClassName
{
border-color: #C7ADDB;
}
</style>