Shades of Lavender Grey #C4C0DD
Tints of Lavender Grey #C4C0DD
RGB
CMYK
RGB Variations
Color information
#C4C0DD (or 0xC4C0DD) is known color: Lavender Grey. HEX triplet: C4, C0 and DD. RGB value is (196,192,221). Sum of RGB (Red+Green+Blue) = 196+192+221=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0DD is #3B3F22. Grayscale: #C4C4C4. Windows color (decimal): -3882787 or 14532804. OLE color: 14532804.
HSL color Cylindrical-coordinate representation of color #C4C0DD: hue angle of 248.28º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C0DD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 192 | 221 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.13 |
| HSL | 248.28º | 0.3% | 0.81% | - |
| HSV(B) | 248.28º | 0.13% | 0.87% | - |
| XYZ | 54.67 | 54.66 | 76.07 | - |
| YUV | 196.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 221 | 0.11 | 0.13 | 0 | 0.13 | 248.28 | 0.3 | 0.81 |
| Hex | C4 | C0 | DD | B | D | 0 | D | F8 | 1E | 51 |
| Octal | 304 | 300 | 335 | 13 | 15 | 0 | 15 | 370 | 36 | 121 |
| Binary | 11000100 | 11000000 | 11011101 | 1011 | 1101 | 0 | 1101 | 11111000 | 11110 | 1010001 |
Color Harmonies of #C4C0DD
Complementary color
Monochromatic Colors of #C4C0DD
Black with #C4C0DD
Text Example
Text Example
White with #C4C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0DD; }
p { color: rgb(196,192,221); }
H1.HeaderClassName
{
color: #C4C0DD;
}
.AnyTagClassName
{
color: #C4C0DD;
}
</style>
background-color css
<style>
a { background-color: #C4C0DD; }
a { background-color: rgb(196,192,221); }
div.DivClassName
{
background-color: #C4C0DD;
}
.BgClassName
{
background-color: #C4C0DD;
}
</style>
border-color css
<style>
span { border-color: #C4C0DD; }
span { border-color: rgb(196,192,221); }
td.TdClassName
{
border-color: #C4C0DD;
}
.TagClassName
{
border-color: #C4C0DD;
}
</style>