Shades of Lavender Grey #C7C7DC
Tints of Lavender Grey #C7C7DC
RGB
CMYK
RGB Variations
Color information
#C7C7DC (or 0xC7C7DC) is known color: Lavender Grey. HEX triplet: C7, C7 and DC. RGB value is (199,199,220). Sum of RGB (Red+Green+Blue) = 199+199+220=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7DC is #383823. Grayscale: #C9C9C9. Windows color (decimal): -3684388 or 14469063. OLE color: 14469063.
HSL color Cylindrical-coordinate representation of color #C7C7DC: hue angle of 240º degrees, saturation: 0.23, 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 #C7C7DC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 199 | 220 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.14 |
| HSL | 240º | 0.23% | 0.82% | - |
| HSV(B) | 240º | 0.1% | 0.86% | - |
| XYZ | 56.89 | 58.16 | 75.94 | - |
| YUV | 201.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 199 | 220 | 0.10 | 0.10 | 0 | 0.14 | 240 | 0.23 | 0.82 |
| Hex | C7 | C7 | DC | A | A | 0 | E | F0 | 17 | 52 |
| Octal | 307 | 307 | 334 | 12 | 12 | 0 | 16 | 360 | 27 | 122 |
| Binary | 11000111 | 11000111 | 11011100 | 1010 | 1010 | 0 | 1110 | 11110000 | 10111 | 1010010 |
Color Harmonies of #C7C7DC
Complementary color
Monochromatic Colors of #C7C7DC
Black with #C7C7DC
Text Example
Text Example
White with #C7C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C7DC; }
p { color: rgb(199,199,220); }
H1.HeaderClassName
{
color: #C7C7DC;
}
.AnyTagClassName
{
color: #C7C7DC;
}
</style>
background-color css
<style>
a { background-color: #C7C7DC; }
a { background-color: rgb(199,199,220); }
div.DivClassName
{
background-color: #C7C7DC;
}
.BgClassName
{
background-color: #C7C7DC;
}
</style>
border-color css
<style>
span { border-color: #C7C7DC; }
span { border-color: rgb(199,199,220); }
td.TdClassName
{
border-color: #C7C7DC;
}
.TagClassName
{
border-color: #C7C7DC;
}
</style>