Shades of Lavender Grey #C0BFDE
Tints of Lavender Grey #C0BFDE
RGB
CMYK
RGB Variations
Color information
#C0BFDE (or 0xC0BFDE) is known color: Lavender Grey. HEX triplet: C0, BF and DE. RGB value is (192,191,222). Sum of RGB (Red+Green+Blue) = 192+191+222=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDE is #3F4021. Grayscale: #C2C2C2. Windows color (decimal): -4145186 or 14598080. OLE color: 14598080.
HSL color Cylindrical-coordinate representation of color #C0BFDE: hue angle of 241.94º degrees, saturation: 0.32, 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 #C0BFDE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 191 | 222 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 241.94º | 0.32% | 0.81% | - |
| HSV(B) | 241.94º | 0.14% | 0.87% | - |
| XYZ | 53.55 | 53.74 | 76.66 | - |
| YUV | 194.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 222 | 0.14 | 0.14 | 0 | 0.13 | 241.94 | 0.32 | 0.81 |
| Hex | C0 | BF | DE | E | E | 0 | D | F2 | 20 | 51 |
| Octal | 300 | 277 | 336 | 16 | 16 | 0 | 15 | 362 | 40 | 121 |
| Binary | 11000000 | 10111111 | 11011110 | 1110 | 1110 | 0 | 1101 | 11110010 | 100000 | 1010001 |
Color Harmonies of #C0BFDE
Complementary color
Monochromatic Colors of #C0BFDE
Black with #C0BFDE
Text Example
Text Example
White with #C0BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFDE; }
p { color: rgb(192,191,222); }
H1.HeaderClassName
{
color: #C0BFDE;
}
.AnyTagClassName
{
color: #C0BFDE;
}
</style>
background-color css
<style>
a { background-color: #C0BFDE; }
a { background-color: rgb(192,191,222); }
div.DivClassName
{
background-color: #C0BFDE;
}
.BgClassName
{
background-color: #C0BFDE;
}
</style>
border-color css
<style>
span { border-color: #C0BFDE; }
span { border-color: rgb(192,191,222); }
td.TdClassName
{
border-color: #C0BFDE;
}
.TagClassName
{
border-color: #C0BFDE;
}
</style>