Shades of Lavender Grey #C8C7D6
Tints of Lavender Grey #C8C7D6
RGB
CMYK
RGB Variations
Color information
#C8C7D6 (or 0xC8C7D6) is known color: Lavender Grey. HEX triplet: C8, C7 and D6. RGB value is (200,199,214). Sum of RGB (Red+Green+Blue) = 200+199+214=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8C7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7D6 is #373829. Grayscale: #C8C8C8. Windows color (decimal): -3618858 or 14075848. OLE color: 14075848.
HSL color Cylindrical-coordinate representation of color #C8C7D6: hue angle of 244º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8C7D6 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 199 | 214 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.16 |
| HSL | 244º | 0.15% | 0.81% | - |
| HSV(B) | 244º | 0.07% | 0.84% | - |
| XYZ | 56.38 | 57.98 | 71.84 | - |
| YUV | 201.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 214 | 0.07 | 0.07 | 0 | 0.16 | 244 | 0.15 | 0.81 |
| Hex | C8 | C7 | D6 | 7 | 7 | 0 | 10 | F4 | F | 51 |
| Octal | 310 | 307 | 326 | 7 | 7 | 0 | 20 | 364 | 17 | 121 |
| Binary | 11001000 | 11000111 | 11010110 | 111 | 111 | 0 | 10000 | 11110100 | 1111 | 1010001 |
Color Harmonies of #C8C7D6
Complementary color
Monochromatic Colors of #C8C7D6
Black with #C8C7D6
Text Example
Text Example
White with #C8C7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7D6; }
p { color: rgb(200,199,214); }
H1.HeaderClassName
{
color: #C8C7D6;
}
.AnyTagClassName
{
color: #C8C7D6;
}
</style>
background-color css
<style>
a { background-color: #C8C7D6; }
a { background-color: rgb(200,199,214); }
div.DivClassName
{
background-color: #C8C7D6;
}
.BgClassName
{
background-color: #C8C7D6;
}
</style>
border-color css
<style>
span { border-color: #C8C7D6; }
span { border-color: rgb(200,199,214); }
td.TdClassName
{
border-color: #C8C7D6;
}
.TagClassName
{
border-color: #C8C7D6;
}
</style>