Shades of Lavender Grey #C2BFDD
Tints of Lavender Grey #C2BFDD
RGB
CMYK
RGB Variations
Color information
#C2BFDD (or 0xC2BFDD) is known color: Lavender Grey. HEX triplet: C2, BF and DD. RGB value is (194,191,221). Sum of RGB (Red+Green+Blue) = 194+191+221=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFDD is #3D4022. Grayscale: #C3C3C3. Windows color (decimal): -4014115 or 14532546. OLE color: 14532546.
HSL color Cylindrical-coordinate representation of color #C2BFDD: hue angle of 246º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BFDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 191 | 221 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 246º | 0.31% | 0.81% | - |
| HSV(B) | 246º | 0.14% | 0.87% | - |
| XYZ | 53.93 | 53.95 | 75.98 | - |
| YUV | 195.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 221 | 0.12 | 0.14 | 0 | 0.13 | 246 | 0.31 | 0.81 |
| Hex | C2 | BF | DD | C | E | 0 | D | F6 | 1F | 51 |
| Octal | 302 | 277 | 335 | 14 | 16 | 0 | 15 | 366 | 37 | 121 |
| Binary | 11000010 | 10111111 | 11011101 | 1100 | 1110 | 0 | 1101 | 11110110 | 11111 | 1010001 |
Color Harmonies of #C2BFDD
Complementary color
Monochromatic Colors of #C2BFDD
Black with #C2BFDD
Text Example
Text Example
White with #C2BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFDD; }
p { color: rgb(194,191,221); }
H1.HeaderClassName
{
color: #C2BFDD;
}
.AnyTagClassName
{
color: #C2BFDD;
}
</style>
background-color css
<style>
a { background-color: #C2BFDD; }
a { background-color: rgb(194,191,221); }
div.DivClassName
{
background-color: #C2BFDD;
}
.BgClassName
{
background-color: #C2BFDD;
}
</style>
border-color css
<style>
span { border-color: #C2BFDD; }
span { border-color: rgb(194,191,221); }
td.TdClassName
{
border-color: #C2BFDD;
}
.TagClassName
{
border-color: #C2BFDD;
}
</style>