Shades of Lavender Grey #C5C3DD
Tints of Lavender Grey #C5C3DD
RGB
CMYK
RGB Variations
Color information
#C5C3DD (or 0xC5C3DD) is known color: Lavender Grey. HEX triplet: C5, C3 and DD. RGB value is (197,195,221). Sum of RGB (Red+Green+Blue) = 197+195+221=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 195 (76.56% from 255 or 31.81% 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 #C5C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3DD is #3A3C22. Grayscale: #C6C6C6. Windows color (decimal): -3816483 or 14533573. OLE color: 14533573.
HSL color Cylindrical-coordinate representation of color #C5C3DD: hue angle of 244.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C3DD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 195 | 221 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.13 |
| HSL | 244.62º | 0.28% | 0.82% | - |
| HSV(B) | 244.62º | 0.12% | 0.87% | - |
| XYZ | 55.59 | 56.12 | 76.31 | - |
| YUV | 198.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 221 | 0.11 | 0.12 | 0 | 0.13 | 244.62 | 0.28 | 0.82 |
| Hex | C5 | C3 | DD | B | C | 0 | D | F5 | 1C | 52 |
| Octal | 305 | 303 | 335 | 13 | 14 | 0 | 15 | 365 | 34 | 122 |
| Binary | 11000101 | 11000011 | 11011101 | 1011 | 1100 | 0 | 1101 | 11110101 | 11100 | 1010010 |
Color Harmonies of #C5C3DD
Complementary color
Monochromatic Colors of #C5C3DD
Black with #C5C3DD
Text Example
Text Example
White with #C5C3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3DD; }
p { color: rgb(197,195,221); }
H1.HeaderClassName
{
color: #C5C3DD;
}
.AnyTagClassName
{
color: #C5C3DD;
}
</style>
background-color css
<style>
a { background-color: #C5C3DD; }
a { background-color: rgb(197,195,221); }
div.DivClassName
{
background-color: #C5C3DD;
}
.BgClassName
{
background-color: #C5C3DD;
}
</style>
border-color css
<style>
span { border-color: #C5C3DD; }
span { border-color: rgb(197,195,221); }
td.TdClassName
{
border-color: #C5C3DD;
}
.TagClassName
{
border-color: #C5C3DD;
}
</style>