Shades of Lavender Grey #C5C6DA
Tints of Lavender Grey #C5C6DA
RGB
CMYK
RGB Variations
Color information
#C5C6DA (or 0xC5C6DA) is known color: Lavender Grey. HEX triplet: C5, C6 and DA. RGB value is (197,198,218). Sum of RGB (Red+Green+Blue) = 197+198+218=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6DA is #3A3925. Grayscale: #C7C7C7. Windows color (decimal): -3815718 or 14337733. OLE color: 14337733.
HSL color Cylindrical-coordinate representation of color #C5C6DA: hue angle of 237.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C6DA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 198 | 218 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.15 |
| HSL | 237.14º | 0.22% | 0.81% | - |
| HSV(B) | 237.14º | 0.1% | 0.85% | - |
| XYZ | 55.87 | 57.32 | 74.45 | - |
| YUV | 199.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 218 | 0.10 | 0.09 | 0 | 0.15 | 237.14 | 0.22 | 0.81 |
| Hex | C5 | C6 | DA | A | 9 | 0 | F | ED | 16 | 51 |
| Octal | 305 | 306 | 332 | 12 | 11 | 0 | 17 | 355 | 26 | 121 |
| Binary | 11000101 | 11000110 | 11011010 | 1010 | 1001 | 0 | 1111 | 11101101 | 10110 | 1010001 |
Color Harmonies of #C5C6DA
Complementary color
Monochromatic Colors of #C5C6DA
Black with #C5C6DA
Text Example
Text Example
White with #C5C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6DA; }
p { color: rgb(197,198,218); }
H1.HeaderClassName
{
color: #C5C6DA;
}
.AnyTagClassName
{
color: #C5C6DA;
}
</style>
background-color css
<style>
a { background-color: #C5C6DA; }
a { background-color: rgb(197,198,218); }
div.DivClassName
{
background-color: #C5C6DA;
}
.BgClassName
{
background-color: #C5C6DA;
}
</style>
border-color css
<style>
span { border-color: #C5C6DA; }
span { border-color: rgb(197,198,218); }
td.TdClassName
{
border-color: #C5C6DA;
}
.TagClassName
{
border-color: #C5C6DA;
}
</style>