Shades of Lavender Grey #C0C2DB
Tints of Lavender Grey #C0C2DB
RGB
CMYK
RGB Variations
Color information
#C0C2DB (or 0xC0C2DB) is known color: Lavender Grey. HEX triplet: C0, C2 and DB. RGB value is (192,194,219). Sum of RGB (Red+Green+Blue) = 192+194+219=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 194 (76.17% from 255 or 32.07% 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 #C0C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2DB is #3F3D24. Grayscale: #C4C4C4. Windows color (decimal): -4144421 or 14402240. OLE color: 14402240.
HSL color Cylindrical-coordinate representation of color #C0C2DB: hue angle of 235.56º 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 #C0C2DB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 194 | 219 | - |
CMYK | 0.12 | 0.11 | 0 | 0.14 |
HSL | 235.56º | 0.27% | 0.81% | - |
HSV(B) | 235.56º | 0.12% | 0.86% | - |
XYZ | 53.82 | 54.9 | 74.78 | - |
YUV | 196.25 | 140.84 | 124.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 194 | 219 | 0.12 | 0.11 | 0 | 0.14 | 235.56 | 0.27 | 0.81 |
Hex | C0 | C2 | DB | C | B | 0 | E | EC | 1B | 51 |
Octal | 300 | 302 | 333 | 14 | 13 | 0 | 16 | 354 | 33 | 121 |
Binary | 11000000 | 11000010 | 11011011 | 1100 | 1011 | 0 | 1110 | 11101100 | 11011 | 1010001 |
Color Harmonies of #C0C2DB
Complementary color
Monochromatic Colors of #C0C2DB
Black with #C0C2DB
Text Example
Text Example
White with #C0C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2DB; }
p { color: rgb(192,194,219); }
H1.HeaderClassName
{
color: #C0C2DB;
}
.AnyTagClassName
{
color: #C0C2DB;
}
</style>
background-color css
<style>
a { background-color: #C0C2DB; }
a { background-color: rgb(192,194,219); }
div.DivClassName
{
background-color: #C0C2DB;
}
.BgClassName
{
background-color: #C0C2DB;
}
</style>
border-color css
<style>
span { border-color: #C0C2DB; }
span { border-color: rgb(192,194,219); }
td.TdClassName
{
border-color: #C0C2DB;
}
.TagClassName
{
border-color: #C0C2DB;
}
</style>