Shades of Perfume #C6B1DF
Tints of Perfume #C6B1DF
RGB
CMYK
RGB Variations
Color information
#C6B1DF (or 0xC6B1DF) is known color: Perfume. HEX triplet: C6, B1 and DF. RGB value is (198,177,223). Sum of RGB (Red+Green+Blue) = 198+177+223=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B1DF is #394E20. Grayscale: #BCBCBC. Windows color (decimal): -3755553 or 14660038. OLE color: 14660038.
HSL color Cylindrical-coordinate representation of color #C6B1DF: hue angle of 267.39º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6B1DF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 177 | 223 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.13 |
| HSL | 267.39º | 0.42% | 0.78% | - |
| HSV(B) | 267.39º | 0.21% | 0.87% | - |
| XYZ | 52.33 | 48.78 | 76.47 | - |
| YUV | 188.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 223 | 0.11 | 0.21 | 0 | 0.13 | 267.39 | 0.42 | 0.78 |
| Hex | C6 | B1 | DF | B | 15 | 0 | D | 10B | 2A | 4E |
| Octal | 306 | 261 | 337 | 13 | 25 | 0 | 15 | 413 | 52 | 116 |
| Binary | 11000110 | 10110001 | 11011111 | 1011 | 10101 | 0 | 1101 | 100001011 | 101010 | 1001110 |
Color Harmonies of #C6B1DF
Complementary color
Monochromatic Colors of #C6B1DF
Black with #C6B1DF
Text Example
Text Example
White with #C6B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B1DF; }
p { color: rgb(198,177,223); }
H1.HeaderClassName
{
color: #C6B1DF;
}
.AnyTagClassName
{
color: #C6B1DF;
}
</style>
background-color css
<style>
a { background-color: #C6B1DF; }
a { background-color: rgb(198,177,223); }
div.DivClassName
{
background-color: #C6B1DF;
}
.BgClassName
{
background-color: #C6B1DF;
}
</style>
border-color css
<style>
span { border-color: #C6B1DF; }
span { border-color: rgb(198,177,223); }
td.TdClassName
{
border-color: #C6B1DF;
}
.TagClassName
{
border-color: #C6B1DF;
}
</style>