Shades of Lavender Grey #C7C5E6
Tints of Lavender Grey #C7C5E6
RGB
CMYK
RGB Variations
Color information
#C7C5E6 (or 0xC7C5E6) is known color: Lavender Grey. HEX triplet: C7, C5 and E6. RGB value is (199,197,230). Sum of RGB (Red+Green+Blue) = 199+197+230=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5E6 is #383A19. Grayscale: #C9C9C9. Windows color (decimal): -3684890 or 15123911. OLE color: 15123911.
HSL color Cylindrical-coordinate representation of color #C7C5E6: hue angle of 243.64º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7C5E6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 199 | 197 | 230 | - |
CMYK | 0.13 | 0.14 | 0 | 0.10 |
HSL | 243.64º | 0.4% | 0.84% | - |
HSV(B) | 243.64º | 0.14% | 0.9% | - |
XYZ | 57.8 | 57.79 | 82.97 | - |
YUV | 201.36 | 144.16 | 126.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 197 | 230 | 0.13 | 0.14 | 0 | 0.10 | 243.64 | 0.4 | 0.84 |
Hex | C7 | C5 | E6 | D | E | 0 | A | F4 | 28 | 54 |
Octal | 307 | 305 | 346 | 15 | 16 | 0 | 12 | 364 | 50 | 124 |
Binary | 11000111 | 11000101 | 11100110 | 1101 | 1110 | 0 | 1010 | 11110100 | 101000 | 1010100 |
Color Harmonies of #C7C5E6
Complementary color
Monochromatic Colors of #C7C5E6
Black with #C7C5E6
Text Example
Text Example
White with #C7C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5E6; }
p { color: rgb(199,197,230); }
H1.HeaderClassName
{
color: #C7C5E6;
}
.AnyTagClassName
{
color: #C7C5E6;
}
</style>
background-color css
<style>
a { background-color: #C7C5E6; }
a { background-color: rgb(199,197,230); }
div.DivClassName
{
background-color: #C7C5E6;
}
.BgClassName
{
background-color: #C7C5E6;
}
</style>
border-color css
<style>
span { border-color: #C7C5E6; }
span { border-color: rgb(199,197,230); }
td.TdClassName
{
border-color: #C7C5E6;
}
.TagClassName
{
border-color: #C7C5E6;
}
</style>