Shades of Lavender Grey #C2C4DB
Tints of Lavender Grey #C2C4DB
RGB
CMYK
RGB Variations
Color information
#C2C4DB (or 0xC2C4DB) is known color: Lavender Grey. HEX triplet: C2, C4 and DB. RGB value is (194,196,219). Sum of RGB (Red+Green+Blue) = 194+196+219=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4DB is #3D3B24. Grayscale: #C5C5C5. Windows color (decimal): -4012837 or 14402754. OLE color: 14402754.
HSL color Cylindrical-coordinate representation of color #C2C4DB: hue angle of 235.2º 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 #C2C4DB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 196 | 219 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.14 |
| HSL | 235.2º | 0.26% | 0.81% | - |
| HSV(B) | 235.2º | 0.11% | 0.86% | - |
| XYZ | 54.77 | 56.06 | 74.95 | - |
| YUV | 198.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 219 | 0.11 | 0.11 | 0 | 0.14 | 235.2 | 0.26 | 0.81 |
| Hex | C2 | C4 | DB | B | B | 0 | E | EB | 1A | 51 |
| Octal | 302 | 304 | 333 | 13 | 13 | 0 | 16 | 353 | 32 | 121 |
| Binary | 11000010 | 11000100 | 11011011 | 1011 | 1011 | 0 | 1110 | 11101011 | 11010 | 1010001 |
Color Harmonies of #C2C4DB
Complementary color
Monochromatic Colors of #C2C4DB
Black with #C2C4DB
Text Example
Text Example
White with #C2C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C4DB; }
p { color: rgb(194,196,219); }
H1.HeaderClassName
{
color: #C2C4DB;
}
.AnyTagClassName
{
color: #C2C4DB;
}
</style>
background-color css
<style>
a { background-color: #C2C4DB; }
a { background-color: rgb(194,196,219); }
div.DivClassName
{
background-color: #C2C4DB;
}
.BgClassName
{
background-color: #C2C4DB;
}
</style>
border-color css
<style>
span { border-color: #C2C4DB; }
span { border-color: rgb(194,196,219); }
td.TdClassName
{
border-color: #C2C4DB;
}
.TagClassName
{
border-color: #C2C4DB;
}
</style>