Shades of Lavender Grey #C7C6DC
Tints of Lavender Grey #C7C6DC
RGB
CMYK
RGB Variations
Color information
#C7C6DC (or 0xC7C6DC) is known color: Lavender Grey. HEX triplet: C7, C6 and DC. RGB value is (199,198,220). Sum of RGB (Red+Green+Blue) = 199+198+220=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6DC is #383923. Grayscale: #C8C8C8. Windows color (decimal): -3684644 or 14468807. OLE color: 14468807.
HSL color Cylindrical-coordinate representation of color #C7C6DC: hue angle of 242.73º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C6DC is Cyan = 0.10, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 198 | 220 | - |
| CMYK | 0.10 | 0.1 | 0 | 0.14 |
| HSL | 242.73º | 0.24% | 0.82% | - |
| HSV(B) | 242.73º | 0.1% | 0.86% | - |
| XYZ | 56.67 | 57.7 | 75.86 | - |
| YUV | 200.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 220 | 0.10 | 0.1 | 0 | 0.14 | 242.73 | 0.24 | 0.82 |
| Hex | C7 | C6 | DC | A | A | 0 | E | F3 | 18 | 52 |
| Octal | 307 | 306 | 334 | 12 | 12 | 0 | 16 | 363 | 30 | 122 |
| Binary | 11000111 | 11000110 | 11011100 | 1010 | 1010 | 0 | 1110 | 11110011 | 11000 | 1010010 |
Color Harmonies of #C7C6DC
Complementary color
Monochromatic Colors of #C7C6DC
Black with #C7C6DC
Text Example
Text Example
White with #C7C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C6DC; }
p { color: rgb(199,198,220); }
H1.HeaderClassName
{
color: #C7C6DC;
}
.AnyTagClassName
{
color: #C7C6DC;
}
</style>
background-color css
<style>
a { background-color: #C7C6DC; }
a { background-color: rgb(199,198,220); }
div.DivClassName
{
background-color: #C7C6DC;
}
.BgClassName
{
background-color: #C7C6DC;
}
</style>
border-color css
<style>
span { border-color: #C7C6DC; }
span { border-color: rgb(199,198,220); }
td.TdClassName
{
border-color: #C7C6DC;
}
.TagClassName
{
border-color: #C7C6DC;
}
</style>