Shades of Lavender Grey #C4C2DE
Tints of Lavender Grey #C4C2DE
RGB
CMYK
RGB Variations
Color information
#C4C2DE (or 0xC4C2DE) is known color: Lavender Grey. HEX triplet: C4, C2 and DE. RGB value is (196,194,222). Sum of RGB (Red+Green+Blue) = 196+194+222=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4C2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2DE is #3B3D21. Grayscale: #C5C5C5. Windows color (decimal): -3882274 or 14598852. OLE color: 14598852.
HSL color Cylindrical-coordinate representation of color #C4C2DE: hue angle of 244.29º degrees, saturation: 0.3, 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 #C4C2DE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 194 | 222 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.13 |
| HSL | 244.29º | 0.3% | 0.82% | - |
| HSV(B) | 244.29º | 0.13% | 0.87% | - |
| XYZ | 55.24 | 55.59 | 76.93 | - |
| YUV | 197.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 222 | 0.12 | 0.13 | 0 | 0.13 | 244.29 | 0.3 | 0.82 |
| Hex | C4 | C2 | DE | C | D | 0 | D | F4 | 1E | 52 |
| Octal | 304 | 302 | 336 | 14 | 15 | 0 | 15 | 364 | 36 | 122 |
| Binary | 11000100 | 11000010 | 11011110 | 1100 | 1101 | 0 | 1101 | 11110100 | 11110 | 1010010 |
Color Harmonies of #C4C2DE
Complementary color
Monochromatic Colors of #C4C2DE
Black with #C4C2DE
Text Example
Text Example
White with #C4C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2DE; }
p { color: rgb(196,194,222); }
H1.HeaderClassName
{
color: #C4C2DE;
}
.AnyTagClassName
{
color: #C4C2DE;
}
</style>
background-color css
<style>
a { background-color: #C4C2DE; }
a { background-color: rgb(196,194,222); }
div.DivClassName
{
background-color: #C4C2DE;
}
.BgClassName
{
background-color: #C4C2DE;
}
</style>
border-color css
<style>
span { border-color: #C4C2DE; }
span { border-color: rgb(196,194,222); }
td.TdClassName
{
border-color: #C4C2DE;
}
.TagClassName
{
border-color: #C4C2DE;
}
</style>