Shades of Lavender Grey #C0BFDD
Tints of Lavender Grey #C0BFDD
RGB
CMYK
RGB Variations
Color information
#C0BFDD (or 0xC0BFDD) is known color: Lavender Grey. HEX triplet: C0, BF and DD. RGB value is (192,191,221). Sum of RGB (Red+Green+Blue) = 192+191+221=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDD is #3F4022. Grayscale: #C2C2C2. Windows color (decimal): -4145187 or 14532544. OLE color: 14532544.
HSL color Cylindrical-coordinate representation of color #C0BFDD: hue angle of 242º degrees, saturation: 0.31, 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 #C0BFDD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 191 | 221 | - |
CMYK | 0.13 | 0.14 | 0 | 0.13 |
HSL | 242º | 0.31% | 0.81% | - |
HSV(B) | 242º | 0.14% | 0.87% | - |
XYZ | 53.42 | 53.69 | 75.95 | - |
YUV | 194.72 | 142.83 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 191 | 221 | 0.13 | 0.14 | 0 | 0.13 | 242 | 0.31 | 0.81 |
Hex | C0 | BF | DD | D | E | 0 | D | F2 | 1F | 51 |
Octal | 300 | 277 | 335 | 15 | 16 | 0 | 15 | 362 | 37 | 121 |
Binary | 11000000 | 10111111 | 11011101 | 1101 | 1110 | 0 | 1101 | 11110010 | 11111 | 1010001 |
Color Harmonies of #C0BFDD
Complementary color
Monochromatic Colors of #C0BFDD
Black with #C0BFDD
Text Example
Text Example
White with #C0BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFDD; }
p { color: rgb(192,191,221); }
H1.HeaderClassName
{
color: #C0BFDD;
}
.AnyTagClassName
{
color: #C0BFDD;
}
</style>
background-color css
<style>
a { background-color: #C0BFDD; }
a { background-color: rgb(192,191,221); }
div.DivClassName
{
background-color: #C0BFDD;
}
.BgClassName
{
background-color: #C0BFDD;
}
</style>
border-color css
<style>
span { border-color: #C0BFDD; }
span { border-color: rgb(192,191,221); }
td.TdClassName
{
border-color: #C0BFDD;
}
.TagClassName
{
border-color: #C0BFDD;
}
</style>