Shades of Lavender Grey #C7C5D8
Tints of Lavender Grey #C7C5D8
RGB
CMYK
RGB Variations
Color information
#C7C5D8 (or 0xC7C5D8) is known color: Lavender Grey. HEX triplet: C7, C5 and D8. RGB value is (199,197,216). Sum of RGB (Red+Green+Blue) = 199+197+216=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7C5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5D8 is #383A27. Grayscale: #C7C7C7. Windows color (decimal): -3684904 or 14206407. OLE color: 14206407.
HSL color Cylindrical-coordinate representation of color #C7C5D8: 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 #C7C5D8 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 197 | 216 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.15 |
| HSL | 246.32º | 0.2% | 0.81% | - |
| HSV(B) | 246.32º | 0.09% | 0.85% | - |
| XYZ | 55.91 | 57.03 | 73.03 | - |
| YUV | 199.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 216 | 0.08 | 0.09 | 0 | 0.15 | 246.32 | 0.2 | 0.81 |
| Hex | C7 | C5 | D8 | 8 | 9 | 0 | F | F6 | 14 | 51 |
| Octal | 307 | 305 | 330 | 10 | 11 | 0 | 17 | 366 | 24 | 121 |
| Binary | 11000111 | 11000101 | 11011000 | 1000 | 1001 | 0 | 1111 | 11110110 | 10100 | 1010001 |
Color Harmonies of #C7C5D8
Complementary color
Monochromatic Colors of #C7C5D8
Black with #C7C5D8
Text Example
Text Example
White with #C7C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5D8; }
p { color: rgb(199,197,216); }
H1.HeaderClassName
{
color: #C7C5D8;
}
.AnyTagClassName
{
color: #C7C5D8;
}
</style>
background-color css
<style>
a { background-color: #C7C5D8; }
a { background-color: rgb(199,197,216); }
div.DivClassName
{
background-color: #C7C5D8;
}
.BgClassName
{
background-color: #C7C5D8;
}
</style>
border-color css
<style>
span { border-color: #C7C5D8; }
span { border-color: rgb(199,197,216); }
td.TdClassName
{
border-color: #C7C5D8;
}
.TagClassName
{
border-color: #C7C5D8;
}
</style>