Shades of Lavender Grey #C2C0DB
Tints of Lavender Grey #C2C0DB
RGB
CMYK
RGB Variations
Color information
#C2C0DB (or 0xC2C0DB) is known color: Lavender Grey. HEX triplet: C2, C0 and DB. RGB value is (194,192,219). Sum of RGB (Red+Green+Blue) = 194+192+219=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0DB is #3D3F24. Grayscale: #C3C3C3. Windows color (decimal): -4013861 or 14401730. OLE color: 14401730.
HSL color Cylindrical-coordinate representation of color #C2C0DB: hue angle of 244.44º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C0DB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 192 | 219 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.14 |
| HSL | 244.44º | 0.27% | 0.81% | - |
| HSV(B) | 244.44º | 0.12% | 0.86% | - |
| XYZ | 53.88 | 54.28 | 74.66 | - |
| YUV | 195.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 219 | 0.11 | 0.12 | 0 | 0.14 | 244.44 | 0.27 | 0.81 |
| Hex | C2 | C0 | DB | B | C | 0 | E | F4 | 1B | 51 |
| Octal | 302 | 300 | 333 | 13 | 14 | 0 | 16 | 364 | 33 | 121 |
| Binary | 11000010 | 11000000 | 11011011 | 1011 | 1100 | 0 | 1110 | 11110100 | 11011 | 1010001 |
Color Harmonies of #C2C0DB
Complementary color
Monochromatic Colors of #C2C0DB
Black with #C2C0DB
Text Example
Text Example
White with #C2C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0DB; }
p { color: rgb(194,192,219); }
H1.HeaderClassName
{
color: #C2C0DB;
}
.AnyTagClassName
{
color: #C2C0DB;
}
</style>
background-color css
<style>
a { background-color: #C2C0DB; }
a { background-color: rgb(194,192,219); }
div.DivClassName
{
background-color: #C2C0DB;
}
.BgClassName
{
background-color: #C2C0DB;
}
</style>
border-color css
<style>
span { border-color: #C2C0DB; }
span { border-color: rgb(194,192,219); }
td.TdClassName
{
border-color: #C2C0DB;
}
.TagClassName
{
border-color: #C2C0DB;
}
</style>