Shades of Perfume #C8B3DC
Tints of Perfume #C8B3DC
RGB
CMYK
RGB Variations
Color information
#C8B3DC (or 0xC8B3DC) is known color: Perfume. HEX triplet: C8, B3 and DC. RGB value is (200,179,220). Sum of RGB (Red+Green+Blue) = 200+179+220=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3DC is #374C23. Grayscale: #BDBDBD. Windows color (decimal): -3623972 or 14463944. OLE color: 14463944.
HSL color Cylindrical-coordinate representation of color #C8B3DC: hue angle of 270.73º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B3DC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 179 | 220 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.14 |
| HSL | 270.73º | 0.37% | 0.78% | - |
| HSV(B) | 270.73º | 0.19% | 0.86% | - |
| XYZ | 52.86 | 49.69 | 74.51 | - |
| YUV | 189.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 220 | 0.09 | 0.19 | 0 | 0.14 | 270.73 | 0.37 | 0.78 |
| Hex | C8 | B3 | DC | 9 | 13 | 0 | E | 10F | 25 | 4E |
| Octal | 310 | 263 | 334 | 11 | 23 | 0 | 16 | 417 | 45 | 116 |
| Binary | 11001000 | 10110011 | 11011100 | 1001 | 10011 | 0 | 1110 | 100001111 | 100101 | 1001110 |
Color Harmonies of #C8B3DC
Complementary color
Monochromatic Colors of #C8B3DC
Black with #C8B3DC
Text Example
Text Example
White with #C8B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3DC; }
p { color: rgb(200,179,220); }
H1.HeaderClassName
{
color: #C8B3DC;
}
.AnyTagClassName
{
color: #C8B3DC;
}
</style>
background-color css
<style>
a { background-color: #C8B3DC; }
a { background-color: rgb(200,179,220); }
div.DivClassName
{
background-color: #C8B3DC;
}
.BgClassName
{
background-color: #C8B3DC;
}
</style>
border-color css
<style>
span { border-color: #C8B3DC; }
span { border-color: rgb(200,179,220); }
td.TdClassName
{
border-color: #C8B3DC;
}
.TagClassName
{
border-color: #C8B3DC;
}
</style>