Shades of Lavender Grey #C2BFD7
Tints of Lavender Grey #C2BFD7
RGB
CMYK
RGB Variations
Color information
#C2BFD7 (or 0xC2BFD7) is known color: Lavender Grey. HEX triplet: C2, BF and D7. RGB value is (194,191,215). Sum of RGB (Red+Green+Blue) = 194+191+215=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD7 is #3D4028. Grayscale: #C2C2C2. Windows color (decimal): -4014121 or 14139330. OLE color: 14139330.
HSL color Cylindrical-coordinate representation of color #C2BFD7: hue angle of 247.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BFD7 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 191 | 215 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.16 |
| HSL | 247.5º | 0.23% | 0.8% | - |
| HSV(B) | 247.5º | 0.11% | 0.84% | - |
| XYZ | 53.14 | 53.64 | 71.84 | - |
| YUV | 194.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 215 | 0.10 | 0.11 | 0 | 0.16 | 247.5 | 0.23 | 0.8 |
| Hex | C2 | BF | D7 | A | B | 0 | 10 | F8 | 17 | 50 |
| Octal | 302 | 277 | 327 | 12 | 13 | 0 | 20 | 370 | 27 | 120 |
| Binary | 11000010 | 10111111 | 11010111 | 1010 | 1011 | 0 | 10000 | 11111000 | 10111 | 1010000 |
Color Harmonies of #C2BFD7
Complementary color
Monochromatic Colors of #C2BFD7
Black with #C2BFD7
Text Example
Text Example
White with #C2BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFD7; }
p { color: rgb(194,191,215); }
H1.HeaderClassName
{
color: #C2BFD7;
}
.AnyTagClassName
{
color: #C2BFD7;
}
</style>
background-color css
<style>
a { background-color: #C2BFD7; }
a { background-color: rgb(194,191,215); }
div.DivClassName
{
background-color: #C2BFD7;
}
.BgClassName
{
background-color: #C2BFD7;
}
</style>
border-color css
<style>
span { border-color: #C2BFD7; }
span { border-color: rgb(194,191,215); }
td.TdClassName
{
border-color: #C2BFD7;
}
.TagClassName
{
border-color: #C2BFD7;
}
</style>