Shades of Perfume #C9B5DD
Tints of Perfume #C9B5DD
RGB
CMYK
RGB Variations
Color information
#C9B5DD (or 0xC9B5DD) is known color: Perfume. HEX triplet: C9, B5 and DD. RGB value is (201,181,221). Sum of RGB (Red+Green+Blue) = 201+181+221=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5DD is #364A22. Grayscale: #BFBFBF. Windows color (decimal): -3557923 or 14529993. OLE color: 14529993.
HSL color Cylindrical-coordinate representation of color #C9B5DD: hue angle of 270º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9B5DD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 181 | 221 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.13 |
| HSL | 270º | 0.37% | 0.79% | - |
| HSV(B) | 270º | 0.18% | 0.87% | - |
| XYZ | 53.66 | 50.69 | 75.36 | - |
| YUV | 191.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 221 | 0.09 | 0.18 | 0 | 0.13 | 270 | 0.37 | 0.79 |
| Hex | C9 | B5 | DD | 9 | 12 | 0 | D | 10E | 25 | 4F |
| Octal | 311 | 265 | 335 | 11 | 22 | 0 | 15 | 416 | 45 | 117 |
| Binary | 11001001 | 10110101 | 11011101 | 1001 | 10010 | 0 | 1101 | 100001110 | 100101 | 1001111 |
Color Harmonies of #C9B5DD
Complementary color
Monochromatic Colors of #C9B5DD
Black with #C9B5DD
Text Example
Text Example
White with #C9B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5DD; }
p { color: rgb(201,181,221); }
H1.HeaderClassName
{
color: #C9B5DD;
}
.AnyTagClassName
{
color: #C9B5DD;
}
</style>
background-color css
<style>
a { background-color: #C9B5DD; }
a { background-color: rgb(201,181,221); }
div.DivClassName
{
background-color: #C9B5DD;
}
.BgClassName
{
background-color: #C9B5DD;
}
</style>
border-color css
<style>
span { border-color: #C9B5DD; }
span { border-color: rgb(201,181,221); }
td.TdClassName
{
border-color: #C9B5DD;
}
.TagClassName
{
border-color: #C9B5DD;
}
</style>