Shades of Perfume #C8B0DC
Tints of Perfume #C8B0DC
RGB
CMYK
RGB Variations
Color information
#C8B0DC (or 0xC8B0DC) is known color: Perfume. HEX triplet: C8, B0 and DC. RGB value is (200,176,220). Sum of RGB (Red+Green+Blue) = 200+176+220=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0DC is #374F23. Grayscale: #BCBCBC. Windows color (decimal): -3624740 or 14463176. OLE color: 14463176.
HSL color Cylindrical-coordinate representation of color #C8B0DC: hue angle of 272.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8B0DC is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 176 | 220 | - |
| CMYK | 0.09 | 0.2 | 0 | 0.14 |
| HSL | 272.73º | 0.39% | 0.78% | - |
| HSV(B) | 272.73º | 0.2% | 0.86% | - |
| XYZ | 52.26 | 48.5 | 74.32 | - |
| YUV | 188.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 220 | 0.09 | 0.2 | 0 | 0.14 | 272.73 | 0.39 | 0.78 |
| Hex | C8 | B0 | DC | 9 | 14 | 0 | E | 111 | 27 | 4E |
| Octal | 310 | 260 | 334 | 11 | 24 | 0 | 16 | 421 | 47 | 116 |
| Binary | 11001000 | 10110000 | 11011100 | 1001 | 10100 | 0 | 1110 | 100010001 | 100111 | 1001110 |
Color Harmonies of #C8B0DC
Complementary color
Monochromatic Colors of #C8B0DC
Black with #C8B0DC
Text Example
Text Example
White with #C8B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0DC; }
p { color: rgb(200,176,220); }
H1.HeaderClassName
{
color: #C8B0DC;
}
.AnyTagClassName
{
color: #C8B0DC;
}
</style>
background-color css
<style>
a { background-color: #C8B0DC; }
a { background-color: rgb(200,176,220); }
div.DivClassName
{
background-color: #C8B0DC;
}
.BgClassName
{
background-color: #C8B0DC;
}
</style>
border-color css
<style>
span { border-color: #C8B0DC; }
span { border-color: rgb(200,176,220); }
td.TdClassName
{
border-color: #C8B0DC;
}
.TagClassName
{
border-color: #C8B0DC;
}
</style>