Shades of Lavender Grey #C2BDDD
Tints of Lavender Grey #C2BDDD
RGB
CMYK
RGB Variations
Color information
#C2BDDD (or 0xC2BDDD) is known color: Lavender Grey. HEX triplet: C2, BD and DD. RGB value is (194,189,221). Sum of RGB (Red+Green+Blue) = 194+189+221=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDDD is #3D4222. Grayscale: #C2C2C2. Windows color (decimal): -4014627 or 14532034. OLE color: 14532034.
HSL color Cylindrical-coordinate representation of color #C2BDDD: hue angle of 249.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BDDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 189 | 221 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 249.38º | 0.32% | 0.8% | - |
| HSV(B) | 249.38º | 0.14% | 0.87% | - |
| XYZ | 53.5 | 53.08 | 75.83 | - |
| YUV | 194.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 221 | 0.12 | 0.14 | 0 | 0.13 | 249.38 | 0.32 | 0.8 |
| Hex | C2 | BD | DD | C | E | 0 | D | F9 | 20 | 50 |
| Octal | 302 | 275 | 335 | 14 | 16 | 0 | 15 | 371 | 40 | 120 |
| Binary | 11000010 | 10111101 | 11011101 | 1100 | 1110 | 0 | 1101 | 11111001 | 100000 | 1010000 |
Color Harmonies of #C2BDDD
Complementary color
Monochromatic Colors of #C2BDDD
Black with #C2BDDD
Text Example
Text Example
White with #C2BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDDD; }
p { color: rgb(194,189,221); }
H1.HeaderClassName
{
color: #C2BDDD;
}
.AnyTagClassName
{
color: #C2BDDD;
}
</style>
background-color css
<style>
a { background-color: #C2BDDD; }
a { background-color: rgb(194,189,221); }
div.DivClassName
{
background-color: #C2BDDD;
}
.BgClassName
{
background-color: #C2BDDD;
}
</style>
border-color css
<style>
span { border-color: #C2BDDD; }
span { border-color: rgb(194,189,221); }
td.TdClassName
{
border-color: #C2BDDD;
}
.TagClassName
{
border-color: #C2BDDD;
}
</style>