Shades of Lavender Grey #C8C6D9
Tints of Lavender Grey #C8C6D9
RGB
CMYK
RGB Variations
Color information
#C8C6D9 (or 0xC8C6D9) is known color: Lavender Grey. HEX triplet: C8, C6 and D9. RGB value is (200,198,217). Sum of RGB (Red+Green+Blue) = 200+198+217=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8C6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6D9 is #373926. Grayscale: #C8C8C8. Windows color (decimal): -3619111 or 14272200. OLE color: 14272200.
HSL color Cylindrical-coordinate representation of color #C8C6D9: hue angle of 246.32º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C6D9 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 198 | 217 | - |
CMYK | 0.08 | 0.09 | 0 | 0.15 |
HSL | 246.32º | 0.2% | 0.81% | - |
HSV(B) | 246.32º | 0.09% | 0.85% | - |
XYZ | 56.54 | 57.68 | 73.8 | - |
YUV | 200.76 | 137.16 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 198 | 217 | 0.08 | 0.09 | 0 | 0.15 | 246.32 | 0.2 | 0.81 |
Hex | C8 | C6 | D9 | 8 | 9 | 0 | F | F6 | 14 | 51 |
Octal | 310 | 306 | 331 | 10 | 11 | 0 | 17 | 366 | 24 | 121 |
Binary | 11001000 | 11000110 | 11011001 | 1000 | 1001 | 0 | 1111 | 11110110 | 10100 | 1010001 |
Color Harmonies of #C8C6D9
Complementary color
Monochromatic Colors of #C8C6D9
Black with #C8C6D9
Text Example
Text Example
White with #C8C6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6D9; }
p { color: rgb(200,198,217); }
H1.HeaderClassName
{
color: #C8C6D9;
}
.AnyTagClassName
{
color: #C8C6D9;
}
</style>
background-color css
<style>
a { background-color: #C8C6D9; }
a { background-color: rgb(200,198,217); }
div.DivClassName
{
background-color: #C8C6D9;
}
.BgClassName
{
background-color: #C8C6D9;
}
</style>
border-color css
<style>
span { border-color: #C8C6D9; }
span { border-color: rgb(200,198,217); }
td.TdClassName
{
border-color: #C8C6D9;
}
.TagClassName
{
border-color: #C8C6D9;
}
</style>