Shades of Lavender Grey #C0BBDE
Tints of Lavender Grey #C0BBDE
RGB
CMYK
RGB Variations
Color information
#C0BBDE (or 0xC0BBDE) is known color: Lavender Grey. HEX triplet: C0, BB and DE. RGB value is (192,187,222). Sum of RGB (Red+Green+Blue) = 192+187+222=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBDE is #3F4421. Grayscale: #C0C0C0. Windows color (decimal): -4146210 or 14597056. OLE color: 14597056.
HSL color Cylindrical-coordinate representation of color #C0BBDE: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BBDE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 187 | 222 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 248.57º | 0.35% | 0.8% | - |
| HSV(B) | 248.57º | 0.16% | 0.87% | - |
| XYZ | 52.69 | 52.02 | 76.37 | - |
| YUV | 192.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 222 | 0.14 | 0.16 | 0 | 0.13 | 248.57 | 0.35 | 0.8 |
| Hex | C0 | BB | DE | E | 10 | 0 | D | F9 | 23 | 50 |
| Octal | 300 | 273 | 336 | 16 | 20 | 0 | 15 | 371 | 43 | 120 |
| Binary | 11000000 | 10111011 | 11011110 | 1110 | 10000 | 0 | 1101 | 11111001 | 100011 | 1010000 |
Color Harmonies of #C0BBDE
Complementary color
Monochromatic Colors of #C0BBDE
Black with #C0BBDE
Text Example
Text Example
White with #C0BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBDE; }
p { color: rgb(192,187,222); }
H1.HeaderClassName
{
color: #C0BBDE;
}
.AnyTagClassName
{
color: #C0BBDE;
}
</style>
background-color css
<style>
a { background-color: #C0BBDE; }
a { background-color: rgb(192,187,222); }
div.DivClassName
{
background-color: #C0BBDE;
}
.BgClassName
{
background-color: #C0BBDE;
}
</style>
border-color css
<style>
span { border-color: #C0BBDE; }
span { border-color: rgb(192,187,222); }
td.TdClassName
{
border-color: #C0BBDE;
}
.TagClassName
{
border-color: #C0BBDE;
}
</style>