Shades of Lavender Grey #C5C5D0
Tints of Lavender Grey #C5C5D0
RGB
CMYK
RGB Variations
Color information
#C5C5D0 (or 0xC5C5D0) is known color: Lavender Grey. HEX triplet: C5, C5 and D0. RGB value is (197,197,208). Sum of RGB (Red+Green+Blue) = 197+197+208=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5C5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5D0 is #3A3A2F. Grayscale: #C6C6C6. Windows color (decimal): -3815984 or 13682117. OLE color: 13682117.
HSL color Cylindrical-coordinate representation of color #C5C5D0: hue angle of 240º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C5D0 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 197 | 208 | - |
CMYK | 0.05 | 0.05 | 0 | 0.18 |
HSL | 240º | 0.1% | 0.79% | - |
HSV(B) | 240º | 0.05% | 0.82% | - |
XYZ | 54.38 | 56.36 | 67.69 | - |
YUV | 198.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 208 | 0.05 | 0.05 | 0 | 0.18 | 240 | 0.1 | 0.79 |
Hex | C5 | C5 | D0 | 5 | 5 | 0 | 12 | F0 | A | 4F |
Octal | 305 | 305 | 320 | 5 | 5 | 0 | 22 | 360 | 12 | 117 |
Binary | 11000101 | 11000101 | 11010000 | 101 | 101 | 0 | 10010 | 11110000 | 1010 | 1001111 |
Color Harmonies of #C5C5D0
Complementary color
Monochromatic Colors of #C5C5D0
Black with #C5C5D0
Text Example
Text Example
White with #C5C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5D0; }
p { color: rgb(197,197,208); }
H1.HeaderClassName
{
color: #C5C5D0;
}
.AnyTagClassName
{
color: #C5C5D0;
}
</style>
background-color css
<style>
a { background-color: #C5C5D0; }
a { background-color: rgb(197,197,208); }
div.DivClassName
{
background-color: #C5C5D0;
}
.BgClassName
{
background-color: #C5C5D0;
}
</style>
border-color css
<style>
span { border-color: #C5C5D0; }
span { border-color: rgb(197,197,208); }
td.TdClassName
{
border-color: #C5C5D0;
}
.TagClassName
{
border-color: #C5C5D0;
}
</style>