Shades of Lavender Grey #C8C6D8
Tints of Lavender Grey #C8C6D8
RGB
CMYK
RGB Variations
Color information
#C8C6D8 (or 0xC8C6D8) is known color: Lavender Grey. HEX triplet: C8, C6 and D8. RGB value is (200,198,216). Sum of RGB (Red+Green+Blue) = 200+198+216=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8C6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6D8 is #373927. Grayscale: #C8C8C8. Windows color (decimal): -3619112 or 14206664. OLE color: 14206664.
HSL color Cylindrical-coordinate representation of color #C8C6D8: hue angle of 246.67º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C6D8 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 198 | 216 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.15 |
| HSL | 246.67º | 0.19% | 0.81% | - |
| HSV(B) | 246.67º | 0.08% | 0.85% | - |
| XYZ | 56.41 | 57.63 | 73.12 | - |
| YUV | 200.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 216 | 0.07 | 0.08 | 0 | 0.15 | 246.67 | 0.19 | 0.81 |
| Hex | C8 | C6 | D8 | 7 | 8 | 0 | F | F7 | 13 | 51 |
| Octal | 310 | 306 | 330 | 7 | 10 | 0 | 17 | 367 | 23 | 121 |
| Binary | 11001000 | 11000110 | 11011000 | 111 | 1000 | 0 | 1111 | 11110111 | 10011 | 1010001 |
Color Harmonies of #C8C6D8
Complementary color
Monochromatic Colors of #C8C6D8
Black with #C8C6D8
Text Example
Text Example
White with #C8C6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6D8; }
p { color: rgb(200,198,216); }
H1.HeaderClassName
{
color: #C8C6D8;
}
.AnyTagClassName
{
color: #C8C6D8;
}
</style>
background-color css
<style>
a { background-color: #C8C6D8; }
a { background-color: rgb(200,198,216); }
div.DivClassName
{
background-color: #C8C6D8;
}
.BgClassName
{
background-color: #C8C6D8;
}
</style>
border-color css
<style>
span { border-color: #C8C6D8; }
span { border-color: rgb(200,198,216); }
td.TdClassName
{
border-color: #C8C6D8;
}
.TagClassName
{
border-color: #C8C6D8;
}
</style>