Shades of Lavender Grey #C4C6DB
Tints of Lavender Grey #C4C6DB
RGB
CMYK
RGB Variations
Color information
#C4C6DB (or 0xC4C6DB) is known color: Lavender Grey. HEX triplet: C4, C6 and DB. RGB value is (196,198,219). Sum of RGB (Red+Green+Blue) = 196+198+219=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6DB is #3B3924. Grayscale: #C7C7C7. Windows color (decimal): -3881253 or 14403268. OLE color: 14403268.
HSL color Cylindrical-coordinate representation of color #C4C6DB: hue angle of 234.78º degrees, saturation: 0.24, 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 #C4C6DB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 198 | 219 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.14 |
| HSL | 234.78º | 0.24% | 0.81% | - |
| HSV(B) | 234.78º | 0.11% | 0.86% | - |
| XYZ | 55.75 | 57.24 | 75.13 | - |
| YUV | 199.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 219 | 0.11 | 0.10 | 0 | 0.14 | 234.78 | 0.24 | 0.81 |
| Hex | C4 | C6 | DB | B | A | 0 | E | EB | 18 | 51 |
| Octal | 304 | 306 | 333 | 13 | 12 | 0 | 16 | 353 | 30 | 121 |
| Binary | 11000100 | 11000110 | 11011011 | 1011 | 1010 | 0 | 1110 | 11101011 | 11000 | 1010001 |
Color Harmonies of #C4C6DB
Complementary color
Monochromatic Colors of #C4C6DB
Black with #C4C6DB
Text Example
Text Example
White with #C4C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C6DB; }
p { color: rgb(196,198,219); }
H1.HeaderClassName
{
color: #C4C6DB;
}
.AnyTagClassName
{
color: #C4C6DB;
}
</style>
background-color css
<style>
a { background-color: #C4C6DB; }
a { background-color: rgb(196,198,219); }
div.DivClassName
{
background-color: #C4C6DB;
}
.BgClassName
{
background-color: #C4C6DB;
}
</style>
border-color css
<style>
span { border-color: #C4C6DB; }
span { border-color: rgb(196,198,219); }
td.TdClassName
{
border-color: #C4C6DB;
}
.TagClassName
{
border-color: #C4C6DB;
}
</style>