Shades of Lavender Grey #C6C7CF
Tints of Lavender Grey #C6C7CF
RGB
CMYK
RGB Variations
Color information
#C6C7CF (or 0xC6C7CF) is known color: Lavender Grey. HEX triplet: C6, C7 and CF. RGB value is (198,199,207). Sum of RGB (Red+Green+Blue) = 198+199+207=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6C7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7CF is #393830. Grayscale: #C7C7C7. Windows color (decimal): -3749937 or 13617094. OLE color: 13617094.
HSL color Cylindrical-coordinate representation of color #C6C7CF: hue angle of 233.33º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6C7CF is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 199 | 207 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.19 |
| HSL | 233.33º | 0.09% | 0.79% | - |
| HSV(B) | 233.33º | 0.04% | 0.81% | - |
| XYZ | 54.97 | 57.36 | 67.21 | - |
| YUV | 199.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 207 | 0.04 | 0.04 | 0 | 0.19 | 233.33 | 0.09 | 0.79 |
| Hex | C6 | C7 | CF | 4 | 4 | 0 | 13 | E9 | 9 | 4F |
| Octal | 306 | 307 | 317 | 4 | 4 | 0 | 23 | 351 | 11 | 117 |
| Binary | 11000110 | 11000111 | 11001111 | 100 | 100 | 0 | 10011 | 11101001 | 1001 | 1001111 |
Color Harmonies of #C6C7CF
Complementary color
Monochromatic Colors of #C6C7CF
Black with #C6C7CF
Text Example
Text Example
White with #C6C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C7CF; }
p { color: rgb(198,199,207); }
H1.HeaderClassName
{
color: #C6C7CF;
}
.AnyTagClassName
{
color: #C6C7CF;
}
</style>
background-color css
<style>
a { background-color: #C6C7CF; }
a { background-color: rgb(198,199,207); }
div.DivClassName
{
background-color: #C6C7CF;
}
.BgClassName
{
background-color: #C6C7CF;
}
</style>
border-color css
<style>
span { border-color: #C6C7CF; }
span { border-color: rgb(198,199,207); }
td.TdClassName
{
border-color: #C6C7CF;
}
.TagClassName
{
border-color: #C6C7CF;
}
</style>