Shades of Perfume #C7B4DB
Tints of Perfume #C7B4DB
RGB
CMYK
RGB Variations
Color information
#C7B4DB (or 0xC7B4DB) is known color: Perfume. HEX triplet: C7, B4 and DB. RGB value is (199,180,219). Sum of RGB (Red+Green+Blue) = 199+180+219=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4DB is #384B24. Grayscale: #BDBDBD. Windows color (decimal): -3689253 or 14398663. OLE color: 14398663.
HSL color Cylindrical-coordinate representation of color #C7B4DB: hue angle of 269.23º degrees, saturation: 0.35, 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 #C7B4DB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 180 | 219 | - |
CMYK | 0.09 | 0.18 | 0 | 0.14 |
HSL | 269.23º | 0.35% | 0.78% | - |
HSV(B) | 269.23º | 0.18% | 0.86% | - |
XYZ | 52.66 | 49.9 | 73.87 | - |
YUV | 190.13 | 144.29 | 134.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 180 | 219 | 0.09 | 0.18 | 0 | 0.14 | 269.23 | 0.35 | 0.78 |
Hex | C7 | B4 | DB | 9 | 12 | 0 | E | 10D | 23 | 4E |
Octal | 307 | 264 | 333 | 11 | 22 | 0 | 16 | 415 | 43 | 116 |
Binary | 11000111 | 10110100 | 11011011 | 1001 | 10010 | 0 | 1110 | 100001101 | 100011 | 1001110 |
Color Harmonies of #C7B4DB
Complementary color
Monochromatic Colors of #C7B4DB
Black with #C7B4DB
Text Example
Text Example
White with #C7B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B4DB; }
p { color: rgb(199,180,219); }
H1.HeaderClassName
{
color: #C7B4DB;
}
.AnyTagClassName
{
color: #C7B4DB;
}
</style>
background-color css
<style>
a { background-color: #C7B4DB; }
a { background-color: rgb(199,180,219); }
div.DivClassName
{
background-color: #C7B4DB;
}
.BgClassName
{
background-color: #C7B4DB;
}
</style>
border-color css
<style>
span { border-color: #C7B4DB; }
span { border-color: rgb(199,180,219); }
td.TdClassName
{
border-color: #C7B4DB;
}
.TagClassName
{
border-color: #C7B4DB;
}
</style>