Shades of Lavender Grey #C1C1CF
Tints of Lavender Grey #C1C1CF
RGB
CMYK
RGB Variations
Color information
#C1C1CF (or 0xC1C1CF) is known color: Lavender Grey. HEX triplet: C1, C1 and CF. RGB value is (193,193,207). Sum of RGB (Red+Green+Blue) = 193+193+207=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C1CF is #3E3E30. Grayscale: #C2C2C2. Windows color (decimal): -4079153 or 13615553. OLE color: 13615553.
HSL color Cylindrical-coordinate representation of color #C1C1CF: hue angle of 240º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1C1CF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 193 | 207 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.19 |
| HSL | 240º | 0.13% | 0.78% | - |
| HSV(B) | 240º | 0.07% | 0.81% | - |
| XYZ | 52.32 | 53.98 | 66.69 | - |
| YUV | 194.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 207 | 0.07 | 0.07 | 0 | 0.19 | 240 | 0.13 | 0.78 |
| Hex | C1 | C1 | CF | 7 | 7 | 0 | 13 | F0 | D | 4E |
| Octal | 301 | 301 | 317 | 7 | 7 | 0 | 23 | 360 | 15 | 116 |
| Binary | 11000001 | 11000001 | 11001111 | 111 | 111 | 0 | 10011 | 11110000 | 1101 | 1001110 |
Color Harmonies of #C1C1CF
Complementary color
Monochromatic Colors of #C1C1CF
Black with #C1C1CF
Text Example
Text Example
White with #C1C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C1CF; }
p { color: rgb(193,193,207); }
H1.HeaderClassName
{
color: #C1C1CF;
}
.AnyTagClassName
{
color: #C1C1CF;
}
</style>
background-color css
<style>
a { background-color: #C1C1CF; }
a { background-color: rgb(193,193,207); }
div.DivClassName
{
background-color: #C1C1CF;
}
.BgClassName
{
background-color: #C1C1CF;
}
</style>
border-color css
<style>
span { border-color: #C1C1CF; }
span { border-color: rgb(193,193,207); }
td.TdClassName
{
border-color: #C1C1CF;
}
.TagClassName
{
border-color: #C1C1CF;
}
</style>