Shades of Perfume #C6B2DD
Tints of Perfume #C6B2DD
RGB
CMYK
RGB Variations
Color information
#C6B2DD (or 0xC6B2DD) is known color: Perfume. HEX triplet: C6, B2 and DD. RGB value is (198,178,221). Sum of RGB (Red+Green+Blue) = 198+178+221=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2DD is #394D22. Grayscale: #BCBCBC. Windows color (decimal): -3755299 or 14529222. OLE color: 14529222.
HSL color Cylindrical-coordinate representation of color #C6B2DD: hue angle of 267.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6B2DD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 178 | 221 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.13 |
| HSL | 267.91º | 0.39% | 0.78% | - |
| HSV(B) | 267.91º | 0.19% | 0.87% | - |
| XYZ | 52.26 | 49.07 | 75.12 | - |
| YUV | 188.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 221 | 0.10 | 0.19 | 0 | 0.13 | 267.91 | 0.39 | 0.78 |
| Hex | C6 | B2 | DD | A | 13 | 0 | D | 10C | 27 | 4E |
| Octal | 306 | 262 | 335 | 12 | 23 | 0 | 15 | 414 | 47 | 116 |
| Binary | 11000110 | 10110010 | 11011101 | 1010 | 10011 | 0 | 1101 | 100001100 | 100111 | 1001110 |
Color Harmonies of #C6B2DD
Complementary color
Monochromatic Colors of #C6B2DD
Black with #C6B2DD
Text Example
Text Example
White with #C6B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2DD; }
p { color: rgb(198,178,221); }
H1.HeaderClassName
{
color: #C6B2DD;
}
.AnyTagClassName
{
color: #C6B2DD;
}
</style>
background-color css
<style>
a { background-color: #C6B2DD; }
a { background-color: rgb(198,178,221); }
div.DivClassName
{
background-color: #C6B2DD;
}
.BgClassName
{
background-color: #C6B2DD;
}
</style>
border-color css
<style>
span { border-color: #C6B2DD; }
span { border-color: rgb(198,178,221); }
td.TdClassName
{
border-color: #C6B2DD;
}
.TagClassName
{
border-color: #C6B2DD;
}
</style>