Shades of Lavender Grey #C5C2DB
Tints of Lavender Grey #C5C2DB
RGB
CMYK
RGB Variations
Color information
#C5C2DB (or 0xC5C2DB) is known color: Lavender Grey. HEX triplet: C5, C2 and DB. RGB value is (197,194,219). Sum of RGB (Red+Green+Blue) = 197+194+219=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2DB is #3A3D24. Grayscale: #C5C5C5. Windows color (decimal): -3816741 or 14402245. OLE color: 14402245.
HSL color Cylindrical-coordinate representation of color #C5C2DB: hue angle of 247.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C2DB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 194 | 219 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.14 |
| HSL | 247.2º | 0.26% | 0.81% | - |
| HSV(B) | 247.2º | 0.11% | 0.86% | - |
| XYZ | 55.1 | 55.57 | 74.84 | - |
| YUV | 197.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 219 | 0.10 | 0.11 | 0 | 0.14 | 247.2 | 0.26 | 0.81 |
| Hex | C5 | C2 | DB | A | B | 0 | E | F7 | 1A | 51 |
| Octal | 305 | 302 | 333 | 12 | 13 | 0 | 16 | 367 | 32 | 121 |
| Binary | 11000101 | 11000010 | 11011011 | 1010 | 1011 | 0 | 1110 | 11110111 | 11010 | 1010001 |
Color Harmonies of #C5C2DB
Complementary color
Monochromatic Colors of #C5C2DB
Black with #C5C2DB
Text Example
Text Example
White with #C5C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C2DB; }
p { color: rgb(197,194,219); }
H1.HeaderClassName
{
color: #C5C2DB;
}
.AnyTagClassName
{
color: #C5C2DB;
}
</style>
background-color css
<style>
a { background-color: #C5C2DB; }
a { background-color: rgb(197,194,219); }
div.DivClassName
{
background-color: #C5C2DB;
}
.BgClassName
{
background-color: #C5C2DB;
}
</style>
border-color css
<style>
span { border-color: #C5C2DB; }
span { border-color: rgb(197,194,219); }
td.TdClassName
{
border-color: #C5C2DB;
}
.TagClassName
{
border-color: #C5C2DB;
}
</style>