Shades of Lavender Grey #C8C8D6
Tints of Lavender Grey #C8C8D6
RGB
CMYK
RGB Variations
Color information
#C8C8D6 (or 0xC8C8D6) is known color: Lavender Grey. HEX triplet: C8, C8 and D6. RGB value is (200,200,214). Sum of RGB (Red+Green+Blue) = 200+200+214=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8C8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8D6 is #373729. Grayscale: #C9C9C9. Windows color (decimal): -3618602 or 14076104. OLE color: 14076104.
HSL color Cylindrical-coordinate representation of color #C8C8D6: hue angle of 240º 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 #C8C8D6 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 200 | 214 | - |
CMYK | 0.07 | 0.07 | 0 | 0.16 |
HSL | 240º | 0.15% | 0.81% | - |
HSV(B) | 240º | 0.07% | 0.84% | - |
XYZ | 56.61 | 58.44 | 71.92 | - |
YUV | 201.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 214 | 0.07 | 0.07 | 0 | 0.16 | 240 | 0.15 | 0.81 |
Hex | C8 | C8 | D6 | 7 | 7 | 0 | 10 | F0 | F | 51 |
Octal | 310 | 310 | 326 | 7 | 7 | 0 | 20 | 360 | 17 | 121 |
Binary | 11001000 | 11001000 | 11010110 | 111 | 111 | 0 | 10000 | 11110000 | 1111 | 1010001 |
Color Harmonies of #C8C8D6
Complementary color
Monochromatic Colors of #C8C8D6
Black with #C8C8D6
Text Example
Text Example
White with #C8C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8D6; }
p { color: rgb(200,200,214); }
H1.HeaderClassName
{
color: #C8C8D6;
}
.AnyTagClassName
{
color: #C8C8D6;
}
</style>
background-color css
<style>
a { background-color: #C8C8D6; }
a { background-color: rgb(200,200,214); }
div.DivClassName
{
background-color: #C8C8D6;
}
.BgClassName
{
background-color: #C8C8D6;
}
</style>
border-color css
<style>
span { border-color: #C8C8D6; }
span { border-color: rgb(200,200,214); }
td.TdClassName
{
border-color: #C8C8D6;
}
.TagClassName
{
border-color: #C8C8D6;
}
</style>