Shades of Perfume #C9B4DB
Tints of Perfume #C9B4DB
RGB
CMYK
RGB Variations
Color information
#C9B4DB (or 0xC9B4DB) is known color: Perfume. HEX triplet: C9, B4 and DB. RGB value is (201,180,219). Sum of RGB (Red+Green+Blue) = 201+180+219=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B4DB is #364B24. Grayscale: #BEBEBE. Windows color (decimal): -3558181 or 14398665. OLE color: 14398665.
HSL color Cylindrical-coordinate representation of color #C9B4DB: hue angle of 272.31º 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 #C9B4DB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 180 | 219 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.14 |
| HSL | 272.31º | 0.35% | 0.78% | - |
| HSV(B) | 272.31º | 0.18% | 0.86% | - |
| XYZ | 53.19 | 50.17 | 73.9 | - |
| YUV | 190.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 219 | 0.08 | 0.18 | 0 | 0.14 | 272.31 | 0.35 | 0.78 |
| Hex | C9 | B4 | DB | 8 | 12 | 0 | E | 110 | 23 | 4E |
| Octal | 311 | 264 | 333 | 10 | 22 | 0 | 16 | 420 | 43 | 116 |
| Binary | 11001001 | 10110100 | 11011011 | 1000 | 10010 | 0 | 1110 | 100010000 | 100011 | 1001110 |
Color Harmonies of #C9B4DB
Complementary color
Monochromatic Colors of #C9B4DB
Black with #C9B4DB
Text Example
Text Example
White with #C9B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B4DB; }
p { color: rgb(201,180,219); }
H1.HeaderClassName
{
color: #C9B4DB;
}
.AnyTagClassName
{
color: #C9B4DB;
}
</style>
background-color css
<style>
a { background-color: #C9B4DB; }
a { background-color: rgb(201,180,219); }
div.DivClassName
{
background-color: #C9B4DB;
}
.BgClassName
{
background-color: #C9B4DB;
}
</style>
border-color css
<style>
span { border-color: #C9B4DB; }
span { border-color: rgb(201,180,219); }
td.TdClassName
{
border-color: #C9B4DB;
}
.TagClassName
{
border-color: #C9B4DB;
}
</style>