Shades of Perfume #C8B0E1
Tints of Perfume #C8B0E1
RGB
CMYK
RGB Variations
Color information
#C8B0E1 (or 0xC8B0E1) is known color: Perfume. HEX triplet: C8, B0 and E1. RGB value is (200,176,225). Sum of RGB (Red+Green+Blue) = 200+176+225=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0E1 is #374F1E. Grayscale: #BCBCBC. Windows color (decimal): -3624735 or 14790856. OLE color: 14790856.
HSL color Cylindrical-coordinate representation of color #C8B0E1: hue angle of 269.39º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8B0E1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 176 | 225 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.12 |
| HSL | 269.39º | 0.45% | 0.79% | - |
| HSV(B) | 269.39º | 0.22% | 0.88% | - |
| XYZ | 52.94 | 48.77 | 77.86 | - |
| YUV | 188.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 225 | 0.11 | 0.22 | 0 | 0.12 | 269.39 | 0.45 | 0.79 |
| Hex | C8 | B0 | E1 | B | 16 | 0 | C | 10D | 2D | 4F |
| Octal | 310 | 260 | 341 | 13 | 26 | 0 | 14 | 415 | 55 | 117 |
| Binary | 11001000 | 10110000 | 11100001 | 1011 | 10110 | 0 | 1100 | 100001101 | 101101 | 1001111 |
Color Harmonies of #C8B0E1
Complementary color
Monochromatic Colors of #C8B0E1
Black with #C8B0E1
Text Example
Text Example
White with #C8B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0E1; }
p { color: rgb(200,176,225); }
H1.HeaderClassName
{
color: #C8B0E1;
}
.AnyTagClassName
{
color: #C8B0E1;
}
</style>
background-color css
<style>
a { background-color: #C8B0E1; }
a { background-color: rgb(200,176,225); }
div.DivClassName
{
background-color: #C8B0E1;
}
.BgClassName
{
background-color: #C8B0E1;
}
</style>
border-color css
<style>
span { border-color: #C8B0E1; }
span { border-color: rgb(200,176,225); }
td.TdClassName
{
border-color: #C8B0E1;
}
.TagClassName
{
border-color: #C8B0E1;
}
</style>