Shades of Perfume #C2B1D1
Tints of Perfume #C2B1D1
RGB
CMYK
RGB Variations
Color information
#C2B1D1 (or 0xC2B1D1) is known color: Perfume. HEX triplet: C2, B1 and D1. RGB value is (194,177,209). Sum of RGB (Red+Green+Blue) = 194+177+209=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2B1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1D1 is #3D4E2E. Grayscale: #B9B9B9. Windows color (decimal): -4017711 or 13742530. OLE color: 13742530.
HSL color Cylindrical-coordinate representation of color #C2B1D1: hue angle of 271.88º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B1D1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 177 | 209 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.18 |
| HSL | 271.88º | 0.26% | 0.76% | - |
| HSV(B) | 271.88º | 0.15% | 0.82% | - |
| XYZ | 49.48 | 47.52 | 66.89 | - |
| YUV | 185.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 209 | 0.07 | 0.15 | 0 | 0.18 | 271.88 | 0.26 | 0.76 |
| Hex | C2 | B1 | D1 | 7 | F | 0 | 12 | 110 | 1A | 4C |
| Octal | 302 | 261 | 321 | 7 | 17 | 0 | 22 | 420 | 32 | 114 |
| Binary | 11000010 | 10110001 | 11010001 | 111 | 1111 | 0 | 10010 | 100010000 | 11010 | 1001100 |
Color Harmonies of #C2B1D1
Complementary color
Monochromatic Colors of #C2B1D1
Black with #C2B1D1
Text Example
Text Example
White with #C2B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1D1; }
p { color: rgb(194,177,209); }
H1.HeaderClassName
{
color: #C2B1D1;
}
.AnyTagClassName
{
color: #C2B1D1;
}
</style>
background-color css
<style>
a { background-color: #C2B1D1; }
a { background-color: rgb(194,177,209); }
div.DivClassName
{
background-color: #C2B1D1;
}
.BgClassName
{
background-color: #C2B1D1;
}
</style>
border-color css
<style>
span { border-color: #C2B1D1; }
span { border-color: rgb(194,177,209); }
td.TdClassName
{
border-color: #C2B1D1;
}
.TagClassName
{
border-color: #C2B1D1;
}
</style>