Shades of Lavender Grey #C2C2DB
Tints of Lavender Grey #C2C2DB
RGB
CMYK
RGB Variations
Color information
#C2C2DB (or 0xC2C2DB) is known color: Lavender Grey. HEX triplet: C2, C2 and DB. RGB value is (194,194,219). Sum of RGB (Red+Green+Blue) = 194+194+219=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2DB is #3D3D24. Grayscale: #C4C4C4. Windows color (decimal): -4013349 or 14402242. OLE color: 14402242.
HSL color Cylindrical-coordinate representation of color #C2C2DB: hue angle of 240º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C2DB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 194 | 219 | - |
CMYK | 0.11 | 0.11 | 0 | 0.14 |
HSL | 240º | 0.26% | 0.81% | - |
HSV(B) | 240º | 0.11% | 0.86% | - |
XYZ | 54.33 | 55.17 | 74.8 | - |
YUV | 196.85 | 140.5 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 194 | 219 | 0.11 | 0.11 | 0 | 0.14 | 240 | 0.26 | 0.81 |
Hex | C2 | C2 | DB | B | B | 0 | E | F0 | 1A | 51 |
Octal | 302 | 302 | 333 | 13 | 13 | 0 | 16 | 360 | 32 | 121 |
Binary | 11000010 | 11000010 | 11011011 | 1011 | 1011 | 0 | 1110 | 11110000 | 11010 | 1010001 |
Color Harmonies of #C2C2DB
Complementary color
Monochromatic Colors of #C2C2DB
Black with #C2C2DB
Text Example
Text Example
White with #C2C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C2DB; }
p { color: rgb(194,194,219); }
H1.HeaderClassName
{
color: #C2C2DB;
}
.AnyTagClassName
{
color: #C2C2DB;
}
</style>
background-color css
<style>
a { background-color: #C2C2DB; }
a { background-color: rgb(194,194,219); }
div.DivClassName
{
background-color: #C2C2DB;
}
.BgClassName
{
background-color: #C2C2DB;
}
</style>
border-color css
<style>
span { border-color: #C2C2DB; }
span { border-color: rgb(194,194,219); }
td.TdClassName
{
border-color: #C2C2DB;
}
.TagClassName
{
border-color: #C2C2DB;
}
</style>