Shades of Lavender Grey #C0BFDA
Tints of Lavender Grey #C0BFDA
RGB
CMYK
RGB Variations
Color information
#C0BFDA (or 0xC0BFDA) is known color: Lavender Grey. HEX triplet: C0, BF and DA. RGB value is (192,191,218). Sum of RGB (Red+Green+Blue) = 192+191+218=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDA is #3F4025. Grayscale: #C2C2C2. Windows color (decimal): -4145190 or 14335936. OLE color: 14335936.
HSL color Cylindrical-coordinate representation of color #C0BFDA: hue angle of 242.22º degrees, saturation: 0.27, 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 #C0BFDA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 191 | 218 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.15 |
| HSL | 242.22º | 0.27% | 0.8% | - |
| HSV(B) | 242.22º | 0.12% | 0.85% | - |
| XYZ | 53.02 | 53.53 | 73.87 | - |
| YUV | 194.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 218 | 0.12 | 0.12 | 0 | 0.15 | 242.22 | 0.27 | 0.8 |
| Hex | C0 | BF | DA | C | C | 0 | F | F2 | 1B | 50 |
| Octal | 300 | 277 | 332 | 14 | 14 | 0 | 17 | 362 | 33 | 120 |
| Binary | 11000000 | 10111111 | 11011010 | 1100 | 1100 | 0 | 1111 | 11110010 | 11011 | 1010000 |
Color Harmonies of #C0BFDA
Complementary color
Monochromatic Colors of #C0BFDA
Black with #C0BFDA
Text Example
Text Example
White with #C0BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFDA; }
p { color: rgb(192,191,218); }
H1.HeaderClassName
{
color: #C0BFDA;
}
.AnyTagClassName
{
color: #C0BFDA;
}
</style>
background-color css
<style>
a { background-color: #C0BFDA; }
a { background-color: rgb(192,191,218); }
div.DivClassName
{
background-color: #C0BFDA;
}
.BgClassName
{
background-color: #C0BFDA;
}
</style>
border-color css
<style>
span { border-color: #C0BFDA; }
span { border-color: rgb(192,191,218); }
td.TdClassName
{
border-color: #C0BFDA;
}
.TagClassName
{
border-color: #C0BFDA;
}
</style>