Shades of Lavender Grey #C4C1DF
Tints of Lavender Grey #C4C1DF
RGB
CMYK
RGB Variations
Color information
#C4C1DF (or 0xC4C1DF) is known color: Lavender Grey. HEX triplet: C4, C1 and DF. RGB value is (196,193,223). Sum of RGB (Red+Green+Blue) = 196+193+223=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1DF is #3B3E20. Grayscale: #C5C5C5. Windows color (decimal): -3882529 or 14664132. OLE color: 14664132.
HSL color Cylindrical-coordinate representation of color #C4C1DF: hue angle of 246º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C1DF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 193 | 223 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.13 |
| HSL | 246º | 0.32% | 0.82% | - |
| HSV(B) | 246º | 0.13% | 0.87% | - |
| XYZ | 55.15 | 55.2 | 77.56 | - |
| YUV | 197.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 223 | 0.12 | 0.13 | 0 | 0.13 | 246 | 0.32 | 0.82 |
| Hex | C4 | C1 | DF | C | D | 0 | D | F6 | 20 | 52 |
| Octal | 304 | 301 | 337 | 14 | 15 | 0 | 15 | 366 | 40 | 122 |
| Binary | 11000100 | 11000001 | 11011111 | 1100 | 1101 | 0 | 1101 | 11110110 | 100000 | 1010010 |
Color Harmonies of #C4C1DF
Complementary color
Monochromatic Colors of #C4C1DF
Black with #C4C1DF
Text Example
Text Example
White with #C4C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1DF; }
p { color: rgb(196,193,223); }
H1.HeaderClassName
{
color: #C4C1DF;
}
.AnyTagClassName
{
color: #C4C1DF;
}
</style>
background-color css
<style>
a { background-color: #C4C1DF; }
a { background-color: rgb(196,193,223); }
div.DivClassName
{
background-color: #C4C1DF;
}
.BgClassName
{
background-color: #C4C1DF;
}
</style>
border-color css
<style>
span { border-color: #C4C1DF; }
span { border-color: rgb(196,193,223); }
td.TdClassName
{
border-color: #C4C1DF;
}
.TagClassName
{
border-color: #C4C1DF;
}
</style>