Shades of Perfume #C7B3DB
Tints of Perfume #C7B3DB
RGB
CMYK
RGB Variations
Color information
#C7B3DB (or 0xC7B3DB) is known color: Perfume. HEX triplet: C7, B3 and DB. RGB value is (199,179,219). Sum of RGB (Red+Green+Blue) = 199+179+219=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3DB is #384C24. Grayscale: #BDBDBD. Windows color (decimal): -3689509 or 14398407. OLE color: 14398407.
HSL color Cylindrical-coordinate representation of color #C7B3DB: hue angle of 270º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7B3DB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 179 | 219 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.14 |
| HSL | 270º | 0.36% | 0.78% | - |
| HSV(B) | 270º | 0.18% | 0.86% | - |
| XYZ | 52.46 | 49.5 | 73.81 | - |
| YUV | 189.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 219 | 0.09 | 0.18 | 0 | 0.14 | 270 | 0.36 | 0.78 |
| Hex | C7 | B3 | DB | 9 | 12 | 0 | E | 10E | 24 | 4E |
| Octal | 307 | 263 | 333 | 11 | 22 | 0 | 16 | 416 | 44 | 116 |
| Binary | 11000111 | 10110011 | 11011011 | 1001 | 10010 | 0 | 1110 | 100001110 | 100100 | 1001110 |
Color Harmonies of #C7B3DB
Complementary color
Monochromatic Colors of #C7B3DB
Black with #C7B3DB
Text Example
Text Example
White with #C7B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3DB; }
p { color: rgb(199,179,219); }
H1.HeaderClassName
{
color: #C7B3DB;
}
.AnyTagClassName
{
color: #C7B3DB;
}
</style>
background-color css
<style>
a { background-color: #C7B3DB; }
a { background-color: rgb(199,179,219); }
div.DivClassName
{
background-color: #C7B3DB;
}
.BgClassName
{
background-color: #C7B3DB;
}
</style>
border-color css
<style>
span { border-color: #C7B3DB; }
span { border-color: rgb(199,179,219); }
td.TdClassName
{
border-color: #C7B3DB;
}
.TagClassName
{
border-color: #C7B3DB;
}
</style>