Shades of Lavender Grey #C7C6E4
Tints of Lavender Grey #C7C6E4
RGB
CMYK
RGB Variations
Color information
#C7C6E4 (or 0xC7C6E4) is known color: Lavender Grey. HEX triplet: C7, C6 and E4. RGB value is (199,198,228). Sum of RGB (Red+Green+Blue) = 199+198+228=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7C6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6E4 is #38391B. Grayscale: #C9C9C9. Windows color (decimal): -3684636 or 14993095. OLE color: 14993095.
HSL color Cylindrical-coordinate representation of color #C7C6E4: hue angle of 242º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7C6E4 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 198 | 228 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.11 |
| HSL | 242º | 0.36% | 0.84% | - |
| HSV(B) | 242º | 0.13% | 0.89% | - |
| XYZ | 57.75 | 58.13 | 81.58 | - |
| YUV | 201.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 228 | 0.13 | 0.13 | 0 | 0.11 | 242 | 0.36 | 0.84 |
| Hex | C7 | C6 | E4 | D | D | 0 | B | F2 | 24 | 54 |
| Octal | 307 | 306 | 344 | 15 | 15 | 0 | 13 | 362 | 44 | 124 |
| Binary | 11000111 | 11000110 | 11100100 | 1101 | 1101 | 0 | 1011 | 11110010 | 100100 | 1010100 |
Color Harmonies of #C7C6E4
Complementary color
Monochromatic Colors of #C7C6E4
Black with #C7C6E4
Text Example
Text Example
White with #C7C6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C6E4; }
p { color: rgb(199,198,228); }
H1.HeaderClassName
{
color: #C7C6E4;
}
.AnyTagClassName
{
color: #C7C6E4;
}
</style>
background-color css
<style>
a { background-color: #C7C6E4; }
a { background-color: rgb(199,198,228); }
div.DivClassName
{
background-color: #C7C6E4;
}
.BgClassName
{
background-color: #C7C6E4;
}
</style>
border-color css
<style>
span { border-color: #C7C6E4; }
span { border-color: rgb(199,198,228); }
td.TdClassName
{
border-color: #C7C6E4;
}
.TagClassName
{
border-color: #C7C6E4;
}
</style>