Shades of Lavender Grey #C4C0DC
Tints of Lavender Grey #C4C0DC
RGB
CMYK
RGB Variations
Color information
#C4C0DC (or 0xC4C0DC) is known color: Lavender Grey. HEX triplet: C4, C0 and DC. RGB value is (196,192,220). Sum of RGB (Red+Green+Blue) = 196+192+220=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0DC is #3B3F23. Grayscale: #C4C4C4. Windows color (decimal): -3882788 or 14467268. OLE color: 14467268.
HSL color Cylindrical-coordinate representation of color #C4C0DC: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C0DC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 192 | 220 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 248.57º | 0.29% | 0.81% | - |
| HSV(B) | 248.57º | 0.13% | 0.86% | - |
| XYZ | 54.53 | 54.6 | 75.38 | - |
| YUV | 196.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 220 | 0.11 | 0.13 | 0 | 0.14 | 248.57 | 0.29 | 0.81 |
| Hex | C4 | C0 | DC | B | D | 0 | E | F9 | 1D | 51 |
| Octal | 304 | 300 | 334 | 13 | 15 | 0 | 16 | 371 | 35 | 121 |
| Binary | 11000100 | 11000000 | 11011100 | 1011 | 1101 | 0 | 1110 | 11111001 | 11101 | 1010001 |
Color Harmonies of #C4C0DC
Complementary color
Monochromatic Colors of #C4C0DC
Black with #C4C0DC
Text Example
Text Example
White with #C4C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0DC; }
p { color: rgb(196,192,220); }
H1.HeaderClassName
{
color: #C4C0DC;
}
.AnyTagClassName
{
color: #C4C0DC;
}
</style>
background-color css
<style>
a { background-color: #C4C0DC; }
a { background-color: rgb(196,192,220); }
div.DivClassName
{
background-color: #C4C0DC;
}
.BgClassName
{
background-color: #C4C0DC;
}
</style>
border-color css
<style>
span { border-color: #C4C0DC; }
span { border-color: rgb(196,192,220); }
td.TdClassName
{
border-color: #C4C0DC;
}
.TagClassName
{
border-color: #C4C0DC;
}
</style>