Shades of Lavender Grey #C0BBDF
Tints of Lavender Grey #C0BBDF
RGB
CMYK
RGB Variations
Color information
#C0BBDF (or 0xC0BBDF) is known color: Lavender Grey. HEX triplet: C0, BB and DF. RGB value is (192,187,223). Sum of RGB (Red+Green+Blue) = 192+187+223=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBDF is #3F4420. Grayscale: #C0C0C0. Windows color (decimal): -4146209 or 14662592. OLE color: 14662592.
HSL color Cylindrical-coordinate representation of color #C0BBDF: hue angle of 248.33º degrees, saturation: 0.36, 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 #C0BBDF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 187 | 223 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.13 |
| HSL | 248.33º | 0.36% | 0.8% | - |
| HSV(B) | 248.33º | 0.16% | 0.87% | - |
| XYZ | 52.83 | 52.07 | 77.08 | - |
| YUV | 192.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 223 | 0.14 | 0.16 | 0 | 0.13 | 248.33 | 0.36 | 0.8 |
| Hex | C0 | BB | DF | E | 10 | 0 | D | F8 | 24 | 50 |
| Octal | 300 | 273 | 337 | 16 | 20 | 0 | 15 | 370 | 44 | 120 |
| Binary | 11000000 | 10111011 | 11011111 | 1110 | 10000 | 0 | 1101 | 11111000 | 100100 | 1010000 |
Color Harmonies of #C0BBDF
Complementary color
Monochromatic Colors of #C0BBDF
Black with #C0BBDF
Text Example
Text Example
White with #C0BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBDF; }
p { color: rgb(192,187,223); }
H1.HeaderClassName
{
color: #C0BBDF;
}
.AnyTagClassName
{
color: #C0BBDF;
}
</style>
background-color css
<style>
a { background-color: #C0BBDF; }
a { background-color: rgb(192,187,223); }
div.DivClassName
{
background-color: #C0BBDF;
}
.BgClassName
{
background-color: #C0BBDF;
}
</style>
border-color css
<style>
span { border-color: #C0BBDF; }
span { border-color: rgb(192,187,223); }
td.TdClassName
{
border-color: #C0BBDF;
}
.TagClassName
{
border-color: #C0BBDF;
}
</style>