Shades of Lavender Grey #C0BFDF
Tints of Lavender Grey #C0BFDF
RGB
CMYK
RGB Variations
Color information
#C0BFDF (or 0xC0BFDF) is known color: Lavender Grey. HEX triplet: C0, BF and DF. RGB value is (192,191,223). Sum of RGB (Red+Green+Blue) = 192+191+223=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDF is #3F4020. Grayscale: #C2C2C2. Windows color (decimal): -4145185 or 14663616. OLE color: 14663616.
HSL color Cylindrical-coordinate representation of color #C0BFDF: hue angle of 241.88º degrees, saturation: 0.33, 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 #C0BFDF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 191 | 223 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 241.88º | 0.33% | 0.81% | - |
| HSV(B) | 241.88º | 0.14% | 0.87% | - |
| XYZ | 53.69 | 53.8 | 77.37 | - |
| YUV | 194.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 223 | 0.14 | 0.14 | 0 | 0.13 | 241.88 | 0.33 | 0.81 |
| Hex | C0 | BF | DF | E | E | 0 | D | F2 | 21 | 51 |
| Octal | 300 | 277 | 337 | 16 | 16 | 0 | 15 | 362 | 41 | 121 |
| Binary | 11000000 | 10111111 | 11011111 | 1110 | 1110 | 0 | 1101 | 11110010 | 100001 | 1010001 |
Color Harmonies of #C0BFDF
Complementary color
Monochromatic Colors of #C0BFDF
Black with #C0BFDF
Text Example
Text Example
White with #C0BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFDF; }
p { color: rgb(192,191,223); }
H1.HeaderClassName
{
color: #C0BFDF;
}
.AnyTagClassName
{
color: #C0BFDF;
}
</style>
background-color css
<style>
a { background-color: #C0BFDF; }
a { background-color: rgb(192,191,223); }
div.DivClassName
{
background-color: #C0BFDF;
}
.BgClassName
{
background-color: #C0BFDF;
}
</style>
border-color css
<style>
span { border-color: #C0BFDF; }
span { border-color: rgb(192,191,223); }
td.TdClassName
{
border-color: #C0BFDF;
}
.TagClassName
{
border-color: #C0BFDF;
}
</style>