Shades of Perfume #C7B3DD
Tints of Perfume #C7B3DD
RGB
CMYK
RGB Variations
Color information
#C7B3DD (or 0xC7B3DD) is known color: Perfume. HEX triplet: C7, B3 and DD. RGB value is (199,179,221). Sum of RGB (Red+Green+Blue) = 199+179+221=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3DD is #384C22. Grayscale: #BDBDBD. Windows color (decimal): -3689507 or 14529479. OLE color: 14529479.
HSL color Cylindrical-coordinate representation of color #C7B3DD: hue angle of 268.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7B3DD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 179 | 221 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.13 |
| HSL | 268.57º | 0.38% | 0.78% | - |
| HSV(B) | 268.57º | 0.19% | 0.87% | - |
| XYZ | 52.72 | 49.6 | 75.2 | - |
| YUV | 189.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 221 | 0.10 | 0.19 | 0 | 0.13 | 268.57 | 0.38 | 0.78 |
| Hex | C7 | B3 | DD | A | 13 | 0 | D | 10D | 26 | 4E |
| Octal | 307 | 263 | 335 | 12 | 23 | 0 | 15 | 415 | 46 | 116 |
| Binary | 11000111 | 10110011 | 11011101 | 1010 | 10011 | 0 | 1101 | 100001101 | 100110 | 1001110 |
Color Harmonies of #C7B3DD
Complementary color
Monochromatic Colors of #C7B3DD
Black with #C7B3DD
Text Example
Text Example
White with #C7B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3DD; }
p { color: rgb(199,179,221); }
H1.HeaderClassName
{
color: #C7B3DD;
}
.AnyTagClassName
{
color: #C7B3DD;
}
</style>
background-color css
<style>
a { background-color: #C7B3DD; }
a { background-color: rgb(199,179,221); }
div.DivClassName
{
background-color: #C7B3DD;
}
.BgClassName
{
background-color: #C7B3DD;
}
</style>
border-color css
<style>
span { border-color: #C7B3DD; }
span { border-color: rgb(199,179,221); }
td.TdClassName
{
border-color: #C7B3DD;
}
.TagClassName
{
border-color: #C7B3DD;
}
</style>