Shades of Lavender Grey #C2C3CD
Tints of Lavender Grey #C2C3CD
RGB
CMYK
RGB Variations
Color information
#C2C3CD (or 0xC2C3CD) is known color: Lavender Grey. HEX triplet: C2, C3 and CD. RGB value is (194,195,205). Sum of RGB (Red+Green+Blue) = 194+195+205=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3CD is #3D3C32. Grayscale: #C3C3C3. Windows color (decimal): -4013107 or 13484994. OLE color: 13484994.
HSL color Cylindrical-coordinate representation of color #C2C3CD: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C3CD is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 195 | 205 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.20 |
| HSL | 234.55º | 0.1% | 0.78% | - |
| HSV(B) | 234.55º | 0.05% | 0.8% | - |
| XYZ | 52.78 | 54.91 | 65.57 | - |
| YUV | 195.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 205 | 0.05 | 0.05 | 0 | 0.20 | 234.55 | 0.1 | 0.78 |
| Hex | C2 | C3 | CD | 5 | 5 | 0 | 14 | EB | A | 4E |
| Octal | 302 | 303 | 315 | 5 | 5 | 0 | 24 | 353 | 12 | 116 |
| Binary | 11000010 | 11000011 | 11001101 | 101 | 101 | 0 | 10100 | 11101011 | 1010 | 1001110 |
Color Harmonies of #C2C3CD
Complementary color
Monochromatic Colors of #C2C3CD
Black with #C2C3CD
Text Example
Text Example
White with #C2C3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3CD; }
p { color: rgb(194,195,205); }
H1.HeaderClassName
{
color: #C2C3CD;
}
.AnyTagClassName
{
color: #C2C3CD;
}
</style>
background-color css
<style>
a { background-color: #C2C3CD; }
a { background-color: rgb(194,195,205); }
div.DivClassName
{
background-color: #C2C3CD;
}
.BgClassName
{
background-color: #C2C3CD;
}
</style>
border-color css
<style>
span { border-color: #C2C3CD; }
span { border-color: rgb(194,195,205); }
td.TdClassName
{
border-color: #C2C3CD;
}
.TagClassName
{
border-color: #C2C3CD;
}
</style>