Shades of Lavender Grey #C0C2D0
Tints of Lavender Grey #C0C2D0
RGB
CMYK
RGB Variations
Color information
#C0C2D0 (or 0xC0C2D0) is known color: Lavender Grey. HEX triplet: C0, C2 and D0. RGB value is (192,194,208). Sum of RGB (Red+Green+Blue) = 192+194+208=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0C2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2D0 is #3F3D2F. Grayscale: #C2C2C2. Windows color (decimal): -4144432 or 13681344. OLE color: 13681344.
HSL color Cylindrical-coordinate representation of color #C0C2D0: hue angle of 232.5º 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 #C0C2D0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 194 | 208 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.18 |
| HSL | 232.5º | 0.15% | 0.78% | - |
| HSV(B) | 232.5º | 0.08% | 0.82% | - |
| XYZ | 52.42 | 54.34 | 67.4 | - |
| YUV | 195 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 208 | 0.08 | 0.07 | 0 | 0.18 | 232.5 | 0.15 | 0.78 |
| Hex | C0 | C2 | D0 | 8 | 7 | 0 | 12 | E8 | F | 4E |
| Octal | 300 | 302 | 320 | 10 | 7 | 0 | 22 | 350 | 17 | 116 |
| Binary | 11000000 | 11000010 | 11010000 | 1000 | 111 | 0 | 10010 | 11101000 | 1111 | 1001110 |
Color Harmonies of #C0C2D0
Complementary color
Monochromatic Colors of #C0C2D0
Black with #C0C2D0
Text Example
Text Example
White with #C0C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2D0; }
p { color: rgb(192,194,208); }
H1.HeaderClassName
{
color: #C0C2D0;
}
.AnyTagClassName
{
color: #C0C2D0;
}
</style>
background-color css
<style>
a { background-color: #C0C2D0; }
a { background-color: rgb(192,194,208); }
div.DivClassName
{
background-color: #C0C2D0;
}
.BgClassName
{
background-color: #C0C2D0;
}
</style>
border-color css
<style>
span { border-color: #C0C2D0; }
span { border-color: rgb(192,194,208); }
td.TdClassName
{
border-color: #C0C2D0;
}
.TagClassName
{
border-color: #C0C2D0;
}
</style>