Shades of Lavender Grey #C8C5DC
Tints of Lavender Grey #C8C5DC
RGB
CMYK
RGB Variations
Color information
#C8C5DC (or 0xC8C5DC) is known color: Lavender Grey. HEX triplet: C8, C5 and DC. RGB value is (200,197,220). Sum of RGB (Red+Green+Blue) = 200+197+220=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5DC is #373A23. Grayscale: #C8C8C8. Windows color (decimal): -3619364 or 14468552. OLE color: 14468552.
HSL color Cylindrical-coordinate representation of color #C8C5DC: hue angle of 247.83º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C5DC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 197 | 220 | - |
CMYK | 0.09 | 0.10 | 0 | 0.14 |
HSL | 247.83º | 0.25% | 0.82% | - |
HSV(B) | 247.83º | 0.1% | 0.86% | - |
XYZ | 56.7 | 57.38 | 75.8 | - |
YUV | 200.52 | 138.99 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 220 | 0.09 | 0.10 | 0 | 0.14 | 247.83 | 0.25 | 0.82 |
Hex | C8 | C5 | DC | 9 | A | 0 | E | F8 | 19 | 52 |
Octal | 310 | 305 | 334 | 11 | 12 | 0 | 16 | 370 | 31 | 122 |
Binary | 11001000 | 11000101 | 11011100 | 1001 | 1010 | 0 | 1110 | 11111000 | 11001 | 1010010 |
Color Harmonies of #C8C5DC
Complementary color
Monochromatic Colors of #C8C5DC
Black with #C8C5DC
Text Example
Text Example
White with #C8C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5DC; }
p { color: rgb(200,197,220); }
H1.HeaderClassName
{
color: #C8C5DC;
}
.AnyTagClassName
{
color: #C8C5DC;
}
</style>
background-color css
<style>
a { background-color: #C8C5DC; }
a { background-color: rgb(200,197,220); }
div.DivClassName
{
background-color: #C8C5DC;
}
.BgClassName
{
background-color: #C8C5DC;
}
</style>
border-color css
<style>
span { border-color: #C8C5DC; }
span { border-color: rgb(200,197,220); }
td.TdClassName
{
border-color: #C8C5DC;
}
.TagClassName
{
border-color: #C8C5DC;
}
</style>