Shades of Lavender Grey #C5C4E1
Tints of Lavender Grey #C5C4E1
RGB
CMYK
RGB Variations
Color information
#C5C4E1 (or 0xC5C4E1) is known color: Lavender Grey. HEX triplet: C5, C4 and E1. RGB value is (197,196,225). Sum of RGB (Red+Green+Blue) = 197+196+225=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5C4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4E1 is #3A3B1E. Grayscale: #C7C7C7. Windows color (decimal): -3816223 or 14795973. OLE color: 14795973.
HSL color Cylindrical-coordinate representation of color #C5C4E1: hue angle of 242.07º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C4E1 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 196 | 225 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.12 |
| HSL | 242.07º | 0.33% | 0.83% | - |
| HSV(B) | 242.07º | 0.13% | 0.88% | - |
| XYZ | 56.36 | 56.79 | 79.22 | - |
| YUV | 199.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 225 | 0.12 | 0.13 | 0 | 0.12 | 242.07 | 0.33 | 0.83 |
| Hex | C5 | C4 | E1 | C | D | 0 | C | F2 | 21 | 53 |
| Octal | 305 | 304 | 341 | 14 | 15 | 0 | 14 | 362 | 41 | 123 |
| Binary | 11000101 | 11000100 | 11100001 | 1100 | 1101 | 0 | 1100 | 11110010 | 100001 | 1010011 |
Color Harmonies of #C5C4E1
Complementary color
Monochromatic Colors of #C5C4E1
Black with #C5C4E1
Text Example
Text Example
White with #C5C4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4E1; }
p { color: rgb(197,196,225); }
H1.HeaderClassName
{
color: #C5C4E1;
}
.AnyTagClassName
{
color: #C5C4E1;
}
</style>
background-color css
<style>
a { background-color: #C5C4E1; }
a { background-color: rgb(197,196,225); }
div.DivClassName
{
background-color: #C5C4E1;
}
.BgClassName
{
background-color: #C5C4E1;
}
</style>
border-color css
<style>
span { border-color: #C5C4E1; }
span { border-color: rgb(197,196,225); }
td.TdClassName
{
border-color: #C5C4E1;
}
.TagClassName
{
border-color: #C5C4E1;
}
</style>