Shades of Lavender Grey #C4C0E4
Tints of Lavender Grey #C4C0E4
RGB
CMYK
RGB Variations
Color information
#C4C0E4 (or 0xC4C0E4) is known color: Lavender Grey. HEX triplet: C4, C0 and E4. RGB value is (196,192,228). Sum of RGB (Red+Green+Blue) = 196+192+228=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4C0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0E4 is #3B3F1B. Grayscale: #C5C5C5. Windows color (decimal): -3882780 or 14991556. OLE color: 14991556.
HSL color Cylindrical-coordinate representation of color #C4C0E4: hue angle of 246.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4C0E4 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 192 | 228 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.11 |
| HSL | 246.67º | 0.4% | 0.82% | - |
| HSV(B) | 246.67º | 0.16% | 0.89% | - |
| XYZ | 55.62 | 55.04 | 81.09 | - |
| YUV | 197.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 228 | 0.14 | 0.16 | 0 | 0.11 | 246.67 | 0.4 | 0.82 |
| Hex | C4 | C0 | E4 | E | 10 | 0 | B | F7 | 28 | 52 |
| Octal | 304 | 300 | 344 | 16 | 20 | 0 | 13 | 367 | 50 | 122 |
| Binary | 11000100 | 11000000 | 11100100 | 1110 | 10000 | 0 | 1011 | 11110111 | 101000 | 1010010 |
Color Harmonies of #C4C0E4
Complementary color
Monochromatic Colors of #C4C0E4
Black with #C4C0E4
Text Example
Text Example
White with #C4C0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0E4; }
p { color: rgb(196,192,228); }
H1.HeaderClassName
{
color: #C4C0E4;
}
.AnyTagClassName
{
color: #C4C0E4;
}
</style>
background-color css
<style>
a { background-color: #C4C0E4; }
a { background-color: rgb(196,192,228); }
div.DivClassName
{
background-color: #C4C0E4;
}
.BgClassName
{
background-color: #C4C0E4;
}
</style>
border-color css
<style>
span { border-color: #C4C0E4; }
span { border-color: rgb(196,192,228); }
td.TdClassName
{
border-color: #C4C0E4;
}
.TagClassName
{
border-color: #C4C0E4;
}
</style>