Shades of Lavender Grey #C7C5E8
Tints of Lavender Grey #C7C5E8
RGB
CMYK
RGB Variations
Color information
#C7C5E8 (or 0xC7C5E8) is known color: Lavender Grey. HEX triplet: C7, C5 and E8. RGB value is (199,197,232). Sum of RGB (Red+Green+Blue) = 199+197+232=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7C5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5E8 is #383A17. Grayscale: #C9C9C9. Windows color (decimal): -3684888 or 15254983. OLE color: 15254983.
HSL color Cylindrical-coordinate representation of color #C7C5E8: hue angle of 243.43º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7C5E8 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 197 | 232 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.09 |
| HSL | 243.43º | 0.43% | 0.84% | - |
| HSV(B) | 243.43º | 0.15% | 0.91% | - |
| XYZ | 58.08 | 57.9 | 84.46 | - |
| YUV | 201.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 232 | 0.14 | 0.15 | 0 | 0.09 | 243.43 | 0.43 | 0.84 |
| Hex | C7 | C5 | E8 | E | F | 0 | 9 | F3 | 2B | 54 |
| Octal | 307 | 305 | 350 | 16 | 17 | 0 | 11 | 363 | 53 | 124 |
| Binary | 11000111 | 11000101 | 11101000 | 1110 | 1111 | 0 | 1001 | 11110011 | 101011 | 1010100 |
Color Harmonies of #C7C5E8
Complementary color
Monochromatic Colors of #C7C5E8
Black with #C7C5E8
Text Example
Text Example
White with #C7C5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5E8; }
p { color: rgb(199,197,232); }
H1.HeaderClassName
{
color: #C7C5E8;
}
.AnyTagClassName
{
color: #C7C5E8;
}
</style>
background-color css
<style>
a { background-color: #C7C5E8; }
a { background-color: rgb(199,197,232); }
div.DivClassName
{
background-color: #C7C5E8;
}
.BgClassName
{
background-color: #C7C5E8;
}
</style>
border-color css
<style>
span { border-color: #C7C5E8; }
span { border-color: rgb(199,197,232); }
td.TdClassName
{
border-color: #C7C5E8;
}
.TagClassName
{
border-color: #C7C5E8;
}
</style>