Shades of Lavender Grey #C4C0D8
Tints of Lavender Grey #C4C0D8
RGB
CMYK
RGB Variations
Color information
#C4C0D8 (or 0xC4C0D8) is known color: Lavender Grey. HEX triplet: C4, C0 and D8. RGB value is (196,192,216). Sum of RGB (Red+Green+Blue) = 196+192+216=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4C0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0D8 is #3B3F27. Grayscale: #C3C3C3. Windows color (decimal): -3882792 or 14205124. OLE color: 14205124.
HSL color Cylindrical-coordinate representation of color #C4C0D8: hue angle of 250º 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 #C4C0D8 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 192 | 216 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.15 |
| HSL | 250º | 0.24% | 0.8% | - |
| HSV(B) | 250º | 0.11% | 0.85% | - |
| XYZ | 54.01 | 54.39 | 72.62 | - |
| YUV | 195.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 216 | 0.09 | 0.11 | 0 | 0.15 | 250 | 0.24 | 0.8 |
| Hex | C4 | C0 | D8 | 9 | B | 0 | F | FA | 18 | 50 |
| Octal | 304 | 300 | 330 | 11 | 13 | 0 | 17 | 372 | 30 | 120 |
| Binary | 11000100 | 11000000 | 11011000 | 1001 | 1011 | 0 | 1111 | 11111010 | 11000 | 1010000 |
Color Harmonies of #C4C0D8
Complementary color
Monochromatic Colors of #C4C0D8
Black with #C4C0D8
Text Example
Text Example
White with #C4C0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0D8; }
p { color: rgb(196,192,216); }
H1.HeaderClassName
{
color: #C4C0D8;
}
.AnyTagClassName
{
color: #C4C0D8;
}
</style>
background-color css
<style>
a { background-color: #C4C0D8; }
a { background-color: rgb(196,192,216); }
div.DivClassName
{
background-color: #C4C0D8;
}
.BgClassName
{
background-color: #C4C0D8;
}
</style>
border-color css
<style>
span { border-color: #C4C0D8; }
span { border-color: rgb(196,192,216); }
td.TdClassName
{
border-color: #C4C0D8;
}
.TagClassName
{
border-color: #C4C0D8;
}
</style>