Shades of Lavender Grey #C1C1D4
Tints of Lavender Grey #C1C1D4
RGB
CMYK
RGB Variations
Color information
#C1C1D4 (or 0xC1C1D4) is known color: Lavender Grey. HEX triplet: C1, C1 and D4. RGB value is (193,193,212). Sum of RGB (Red+Green+Blue) = 193+193+212=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1C1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C1D4 is #3E3E2B. Grayscale: #C3C3C3. Windows color (decimal): -4079148 or 13943233. OLE color: 13943233.
HSL color Cylindrical-coordinate representation of color #C1C1D4: hue angle of 240º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1C1D4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 193 | 212 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.17 |
| HSL | 240º | 0.18% | 0.79% | - |
| HSV(B) | 240º | 0.09% | 0.83% | - |
| XYZ | 52.95 | 54.23 | 69.96 | - |
| YUV | 195.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 212 | 0.09 | 0.09 | 0 | 0.17 | 240 | 0.18 | 0.79 |
| Hex | C1 | C1 | D4 | 9 | 9 | 0 | 11 | F0 | 12 | 4F |
| Octal | 301 | 301 | 324 | 11 | 11 | 0 | 21 | 360 | 22 | 117 |
| Binary | 11000001 | 11000001 | 11010100 | 1001 | 1001 | 0 | 10001 | 11110000 | 10010 | 1001111 |
Color Harmonies of #C1C1D4
Complementary color
Monochromatic Colors of #C1C1D4
Black with #C1C1D4
Text Example
Text Example
White with #C1C1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C1D4; }
p { color: rgb(193,193,212); }
H1.HeaderClassName
{
color: #C1C1D4;
}
.AnyTagClassName
{
color: #C1C1D4;
}
</style>
background-color css
<style>
a { background-color: #C1C1D4; }
a { background-color: rgb(193,193,212); }
div.DivClassName
{
background-color: #C1C1D4;
}
.BgClassName
{
background-color: #C1C1D4;
}
</style>
border-color css
<style>
span { border-color: #C1C1D4; }
span { border-color: rgb(193,193,212); }
td.TdClassName
{
border-color: #C1C1D4;
}
.TagClassName
{
border-color: #C1C1D4;
}
</style>