Shades of Lavender Grey #C5C6E6
Tints of Lavender Grey #C5C6E6
RGB
CMYK
RGB Variations
Color information
#C5C6E6 (or 0xC5C6E6) is known color: Lavender Grey. HEX triplet: C5, C6 and E6. RGB value is (197,198,230). Sum of RGB (Red+Green+Blue) = 197+198+230=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5C6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C6E6 is #3A3919. Grayscale: #C9C9C9. Windows color (decimal): -3815706 or 15124165. OLE color: 15124165.
HSL color Cylindrical-coordinate representation of color #C5C6E6: hue angle of 238.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5C6E6 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 198 | 230 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.10 |
| HSL | 238.18º | 0.4% | 0.84% | - |
| HSV(B) | 238.18º | 0.14% | 0.9% | - |
| XYZ | 57.5 | 57.97 | 83.02 | - |
| YUV | 201.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 230 | 0.14 | 0.14 | 0 | 0.10 | 238.18 | 0.4 | 0.84 |
| Hex | C5 | C6 | E6 | E | E | 0 | A | EE | 28 | 54 |
| Octal | 305 | 306 | 346 | 16 | 16 | 0 | 12 | 356 | 50 | 124 |
| Binary | 11000101 | 11000110 | 11100110 | 1110 | 1110 | 0 | 1010 | 11101110 | 101000 | 1010100 |
Color Harmonies of #C5C6E6
Complementary color
Monochromatic Colors of #C5C6E6
Black with #C5C6E6
Text Example
Text Example
White with #C5C6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6E6; }
p { color: rgb(197,198,230); }
H1.HeaderClassName
{
color: #C5C6E6;
}
.AnyTagClassName
{
color: #C5C6E6;
}
</style>
background-color css
<style>
a { background-color: #C5C6E6; }
a { background-color: rgb(197,198,230); }
div.DivClassName
{
background-color: #C5C6E6;
}
.BgClassName
{
background-color: #C5C6E6;
}
</style>
border-color css
<style>
span { border-color: #C5C6E6; }
span { border-color: rgb(197,198,230); }
td.TdClassName
{
border-color: #C5C6E6;
}
.TagClassName
{
border-color: #C5C6E6;
}
</style>