Shades of Lavender Grey #C5C3DF
Tints of Lavender Grey #C5C3DF
RGB
CMYK
RGB Variations
Color information
#C5C3DF (or 0xC5C3DF) is known color: Lavender Grey. HEX triplet: C5, C3 and DF. RGB value is (197,195,223). Sum of RGB (Red+Green+Blue) = 197+195+223=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3DF is #3A3C20. Grayscale: #C6C6C6. Windows color (decimal): -3816481 or 14664645. OLE color: 14664645.
HSL color Cylindrical-coordinate representation of color #C5C3DF: 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 #C5C3DF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 195 | 223 | - |
| 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.86 | 56.23 | 77.72 | - |
| YUV | 198.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 223 | 0.12 | 0.13 | 0 | 0.13 | 244.29 | 0.3 | 0.82 |
| Hex | C5 | C3 | DF | C | D | 0 | D | F4 | 1E | 52 |
| Octal | 305 | 303 | 337 | 14 | 15 | 0 | 15 | 364 | 36 | 122 |
| Binary | 11000101 | 11000011 | 11011111 | 1100 | 1101 | 0 | 1101 | 11110100 | 11110 | 1010010 |
Color Harmonies of #C5C3DF
Complementary color
Monochromatic Colors of #C5C3DF
Black with #C5C3DF
Text Example
Text Example
White with #C5C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3DF; }
p { color: rgb(197,195,223); }
H1.HeaderClassName
{
color: #C5C3DF;
}
.AnyTagClassName
{
color: #C5C3DF;
}
</style>
background-color css
<style>
a { background-color: #C5C3DF; }
a { background-color: rgb(197,195,223); }
div.DivClassName
{
background-color: #C5C3DF;
}
.BgClassName
{
background-color: #C5C3DF;
}
</style>
border-color css
<style>
span { border-color: #C5C3DF; }
span { border-color: rgb(197,195,223); }
td.TdClassName
{
border-color: #C5C3DF;
}
.TagClassName
{
border-color: #C5C3DF;
}
</style>