Shades of Lavender Grey #C4C0DB
Tints of Lavender Grey #C4C0DB
RGB
CMYK
RGB Variations
Color information
#C4C0DB (or 0xC4C0DB) is known color: Lavender Grey. HEX triplet: C4, C0 and DB. RGB value is (196,192,219). Sum of RGB (Red+Green+Blue) = 196+192+219=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 192 (75.39% from 255 or 31.63% 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 #C4C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0DB is #3B3F24. Grayscale: #C4C4C4. Windows color (decimal): -3882789 or 14401732. OLE color: 14401732.
HSL color Cylindrical-coordinate representation of color #C4C0DB: hue angle of 248.89º 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 #C4C0DB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 192 | 219 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.14 |
| HSL | 248.89º | 0.27% | 0.81% | - |
| HSV(B) | 248.89º | 0.12% | 0.86% | - |
| XYZ | 54.4 | 54.55 | 74.68 | - |
| YUV | 196.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 219 | 0.11 | 0.12 | 0 | 0.14 | 248.89 | 0.27 | 0.81 |
| Hex | C4 | C0 | DB | B | C | 0 | E | F9 | 1B | 51 |
| Octal | 304 | 300 | 333 | 13 | 14 | 0 | 16 | 371 | 33 | 121 |
| Binary | 11000100 | 11000000 | 11011011 | 1011 | 1100 | 0 | 1110 | 11111001 | 11011 | 1010001 |
Color Harmonies of #C4C0DB
Complementary color
Monochromatic Colors of #C4C0DB
Black with #C4C0DB
Text Example
Text Example
White with #C4C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0DB; }
p { color: rgb(196,192,219); }
H1.HeaderClassName
{
color: #C4C0DB;
}
.AnyTagClassName
{
color: #C4C0DB;
}
</style>
background-color css
<style>
a { background-color: #C4C0DB; }
a { background-color: rgb(196,192,219); }
div.DivClassName
{
background-color: #C4C0DB;
}
.BgClassName
{
background-color: #C4C0DB;
}
</style>
border-color css
<style>
span { border-color: #C4C0DB; }
span { border-color: rgb(196,192,219); }
td.TdClassName
{
border-color: #C4C0DB;
}
.TagClassName
{
border-color: #C4C0DB;
}
</style>