Shades of Lavender Grey #C4C1D9
Tints of Lavender Grey #C4C1D9
RGB
CMYK
RGB Variations
Color information
#C4C1D9 (or 0xC4C1D9) is known color: Lavender Grey. HEX triplet: C4, C1 and D9. RGB value is (196,193,217). Sum of RGB (Red+Green+Blue) = 196+193+217=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4C1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1D9 is #3B3E26. Grayscale: #C4C4C4. Windows color (decimal): -3882535 or 14270916. OLE color: 14270916.
HSL color Cylindrical-coordinate representation of color #C4C1D9: hue angle of 247.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C1D9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 193 | 217 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.15 |
| HSL | 247.5º | 0.24% | 0.8% | - |
| HSV(B) | 247.5º | 0.11% | 0.85% | - |
| XYZ | 54.36 | 54.89 | 73.37 | - |
| YUV | 196.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 217 | 0.10 | 0.11 | 0 | 0.15 | 247.5 | 0.24 | 0.8 |
| Hex | C4 | C1 | D9 | A | B | 0 | F | F8 | 18 | 50 |
| Octal | 304 | 301 | 331 | 12 | 13 | 0 | 17 | 370 | 30 | 120 |
| Binary | 11000100 | 11000001 | 11011001 | 1010 | 1011 | 0 | 1111 | 11111000 | 11000 | 1010000 |
Color Harmonies of #C4C1D9
Complementary color
Monochromatic Colors of #C4C1D9
Black with #C4C1D9
Text Example
Text Example
White with #C4C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1D9; }
p { color: rgb(196,193,217); }
H1.HeaderClassName
{
color: #C4C1D9;
}
.AnyTagClassName
{
color: #C4C1D9;
}
</style>
background-color css
<style>
a { background-color: #C4C1D9; }
a { background-color: rgb(196,193,217); }
div.DivClassName
{
background-color: #C4C1D9;
}
.BgClassName
{
background-color: #C4C1D9;
}
</style>
border-color css
<style>
span { border-color: #C4C1D9; }
span { border-color: rgb(196,193,217); }
td.TdClassName
{
border-color: #C4C1D9;
}
.TagClassName
{
border-color: #C4C1D9;
}
</style>