Shades of Lavender Grey #C5C1E6
Tints of Lavender Grey #C5C1E6
RGB
CMYK
RGB Variations
Color information
#C5C1E6 (or 0xC5C1E6) is known color: Lavender Grey. HEX triplet: C5, C1 and E6. RGB value is (197,193,230). Sum of RGB (Red+Green+Blue) = 197+193+230=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5C1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C1E6 is #3A3E19. Grayscale: #C6C6C6. Windows color (decimal): -3816986 or 15122885. OLE color: 15122885.
HSL color Cylindrical-coordinate representation of color #C5C1E6: hue angle of 246.49º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5C1E6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 193 | 230 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.10 |
| HSL | 246.49º | 0.43% | 0.83% | - |
| HSV(B) | 246.49º | 0.16% | 0.9% | - |
| XYZ | 56.38 | 55.72 | 82.65 | - |
| YUV | 198.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 230 | 0.14 | 0.16 | 0 | 0.10 | 246.49 | 0.43 | 0.83 |
| Hex | C5 | C1 | E6 | E | 10 | 0 | A | F6 | 2B | 53 |
| Octal | 305 | 301 | 346 | 16 | 20 | 0 | 12 | 366 | 53 | 123 |
| Binary | 11000101 | 11000001 | 11100110 | 1110 | 10000 | 0 | 1010 | 11110110 | 101011 | 1010011 |
Color Harmonies of #C5C1E6
Complementary color
Monochromatic Colors of #C5C1E6
Black with #C5C1E6
Text Example
Text Example
White with #C5C1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1E6; }
p { color: rgb(197,193,230); }
H1.HeaderClassName
{
color: #C5C1E6;
}
.AnyTagClassName
{
color: #C5C1E6;
}
</style>
background-color css
<style>
a { background-color: #C5C1E6; }
a { background-color: rgb(197,193,230); }
div.DivClassName
{
background-color: #C5C1E6;
}
.BgClassName
{
background-color: #C5C1E6;
}
</style>
border-color css
<style>
span { border-color: #C5C1E6; }
span { border-color: rgb(197,193,230); }
td.TdClassName
{
border-color: #C5C1E6;
}
.TagClassName
{
border-color: #C5C1E6;
}
</style>