Shades of Lavender Grey #C4C4DD
Tints of Lavender Grey #C4C4DD
RGB
CMYK
RGB Variations
Color information
#C4C4DD (or 0xC4C4DD) is known color: Lavender Grey. HEX triplet: C4, C4 and DD. RGB value is (196,196,221). Sum of RGB (Red+Green+Blue) = 196+196+221=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C4DD is #3B3B22. Grayscale: #C6C6C6. Windows color (decimal): -3881763 or 14533828. OLE color: 14533828.
HSL color Cylindrical-coordinate representation of color #C4C4DD: hue angle of 240º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C4DD is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 196 | 221 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.13 |
| HSL | 240º | 0.27% | 0.82% | - |
| HSV(B) | 240º | 0.11% | 0.87% | - |
| XYZ | 55.56 | 56.44 | 76.37 | - |
| YUV | 198.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 221 | 0.11 | 0.11 | 0 | 0.13 | 240 | 0.27 | 0.82 |
| Hex | C4 | C4 | DD | B | B | 0 | D | F0 | 1B | 52 |
| Octal | 304 | 304 | 335 | 13 | 13 | 0 | 15 | 360 | 33 | 122 |
| Binary | 11000100 | 11000100 | 11011101 | 1011 | 1011 | 0 | 1101 | 11110000 | 11011 | 1010010 |
Color Harmonies of #C4C4DD
Complementary color
Monochromatic Colors of #C4C4DD
Black with #C4C4DD
Text Example
Text Example
White with #C4C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C4DD; }
p { color: rgb(196,196,221); }
H1.HeaderClassName
{
color: #C4C4DD;
}
.AnyTagClassName
{
color: #C4C4DD;
}
</style>
background-color css
<style>
a { background-color: #C4C4DD; }
a { background-color: rgb(196,196,221); }
div.DivClassName
{
background-color: #C4C4DD;
}
.BgClassName
{
background-color: #C4C4DD;
}
</style>
border-color css
<style>
span { border-color: #C4C4DD; }
span { border-color: rgb(196,196,221); }
td.TdClassName
{
border-color: #C4C4DD;
}
.TagClassName
{
border-color: #C4C4DD;
}
</style>