Shades of Lavender Grey #C0C1D0
Tints of Lavender Grey #C0C1D0
RGB
CMYK
RGB Variations
Color information
#C0C1D0 (or 0xC0C1D0) is known color: Lavender Grey. HEX triplet: C0, C1 and D0. RGB value is (192,193,208). Sum of RGB (Red+Green+Blue) = 192+193+208=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0C1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1D0 is #3F3E2F. Grayscale: #C2C2C2. Windows color (decimal): -4144688 or 13681088. OLE color: 13681088.
HSL color Cylindrical-coordinate representation of color #C0C1D0: hue angle of 236.25º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0C1D0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 193 | 208 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.18 |
| HSL | 236.25º | 0.15% | 0.78% | - |
| HSV(B) | 236.25º | 0.08% | 0.82% | - |
| XYZ | 52.19 | 53.9 | 67.33 | - |
| YUV | 194.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 208 | 0.08 | 0.07 | 0 | 0.18 | 236.25 | 0.15 | 0.78 |
| Hex | C0 | C1 | D0 | 8 | 7 | 0 | 12 | EC | F | 4E |
| Octal | 300 | 301 | 320 | 10 | 7 | 0 | 22 | 354 | 17 | 116 |
| Binary | 11000000 | 11000001 | 11010000 | 1000 | 111 | 0 | 10010 | 11101100 | 1111 | 1001110 |
Color Harmonies of #C0C1D0
Complementary color
Monochromatic Colors of #C0C1D0
Black with #C0C1D0
Text Example
Text Example
White with #C0C1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C1D0; }
p { color: rgb(192,193,208); }
H1.HeaderClassName
{
color: #C0C1D0;
}
.AnyTagClassName
{
color: #C0C1D0;
}
</style>
background-color css
<style>
a { background-color: #C0C1D0; }
a { background-color: rgb(192,193,208); }
div.DivClassName
{
background-color: #C0C1D0;
}
.BgClassName
{
background-color: #C0C1D0;
}
</style>
border-color css
<style>
span { border-color: #C0C1D0; }
span { border-color: rgb(192,193,208); }
td.TdClassName
{
border-color: #C0C1D0;
}
.TagClassName
{
border-color: #C0C1D0;
}
</style>