Shades of Lavender Grey #C2BFD9
Tints of Lavender Grey #C2BFD9
RGB
CMYK
RGB Variations
Color information
#C2BFD9 (or 0xC2BFD9) is known color: Lavender Grey. HEX triplet: C2, BF and D9. RGB value is (194,191,217). Sum of RGB (Red+Green+Blue) = 194+191+217=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD9 is #3D4026. Grayscale: #C2C2C2. Windows color (decimal): -4014119 or 14270402. OLE color: 14270402.
HSL color Cylindrical-coordinate representation of color #C2BFD9: hue angle of 246.92º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BFD9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 191 | 217 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.15 |
| HSL | 246.92º | 0.25% | 0.8% | - |
| HSV(B) | 246.92º | 0.12% | 0.85% | - |
| XYZ | 53.4 | 53.74 | 73.2 | - |
| YUV | 194.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 217 | 0.11 | 0.12 | 0 | 0.15 | 246.92 | 0.25 | 0.8 |
| Hex | C2 | BF | D9 | B | C | 0 | F | F7 | 19 | 50 |
| Octal | 302 | 277 | 331 | 13 | 14 | 0 | 17 | 367 | 31 | 120 |
| Binary | 11000010 | 10111111 | 11011001 | 1011 | 1100 | 0 | 1111 | 11110111 | 11001 | 1010000 |
Color Harmonies of #C2BFD9
Complementary color
Monochromatic Colors of #C2BFD9
Black with #C2BFD9
Text Example
Text Example
White with #C2BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFD9; }
p { color: rgb(194,191,217); }
H1.HeaderClassName
{
color: #C2BFD9;
}
.AnyTagClassName
{
color: #C2BFD9;
}
</style>
background-color css
<style>
a { background-color: #C2BFD9; }
a { background-color: rgb(194,191,217); }
div.DivClassName
{
background-color: #C2BFD9;
}
.BgClassName
{
background-color: #C2BFD9;
}
</style>
border-color css
<style>
span { border-color: #C2BFD9; }
span { border-color: rgb(194,191,217); }
td.TdClassName
{
border-color: #C2BFD9;
}
.TagClassName
{
border-color: #C2BFD9;
}
</style>