Shades of Perfume #C9B5DC
Tints of Perfume #C9B5DC
RGB
CMYK
RGB Variations
Color information
#C9B5DC (or 0xC9B5DC) is known color: Perfume. HEX triplet: C9, B5 and DC. RGB value is (201,181,220). Sum of RGB (Red+Green+Blue) = 201+181+220=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5DC is #364A23. Grayscale: #BFBFBF. Windows color (decimal): -3557924 or 14464457. OLE color: 14464457.
HSL color Cylindrical-coordinate representation of color #C9B5DC: hue angle of 270.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9B5DC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 181 | 220 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.14 |
| HSL | 270.77º | 0.36% | 0.79% | - |
| HSV(B) | 270.77º | 0.18% | 0.86% | - |
| XYZ | 53.53 | 50.63 | 74.66 | - |
| YUV | 191.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 220 | 0.09 | 0.18 | 0 | 0.14 | 270.77 | 0.36 | 0.79 |
| Hex | C9 | B5 | DC | 9 | 12 | 0 | E | 10F | 24 | 4F |
| Octal | 311 | 265 | 334 | 11 | 22 | 0 | 16 | 417 | 44 | 117 |
| Binary | 11001001 | 10110101 | 11011100 | 1001 | 10010 | 0 | 1110 | 100001111 | 100100 | 1001111 |
Color Harmonies of #C9B5DC
Complementary color
Monochromatic Colors of #C9B5DC
Black with #C9B5DC
Text Example
Text Example
White with #C9B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5DC; }
p { color: rgb(201,181,220); }
H1.HeaderClassName
{
color: #C9B5DC;
}
.AnyTagClassName
{
color: #C9B5DC;
}
</style>
background-color css
<style>
a { background-color: #C9B5DC; }
a { background-color: rgb(201,181,220); }
div.DivClassName
{
background-color: #C9B5DC;
}
.BgClassName
{
background-color: #C9B5DC;
}
</style>
border-color css
<style>
span { border-color: #C9B5DC; }
span { border-color: rgb(201,181,220); }
td.TdClassName
{
border-color: #C9B5DC;
}
.TagClassName
{
border-color: #C9B5DC;
}
</style>