Shades of Lavender Grey #C0C0EA
Tints of Lavender Grey #C0C0EA
RGB
CMYK
RGB Variations
Color information
#C0C0EA (or 0xC0C0EA) is known color: Lavender Grey. HEX triplet: C0, C0 and EA. RGB value is (192,192,234). Sum of RGB (Red+Green+Blue) = 192+192+234=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0C0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C0EA is #3F3F15. Grayscale: #C4C4C4. Windows color (decimal): -4144918 or 15384768. OLE color: 15384768.
HSL color Cylindrical-coordinate representation of color #C0C0EA: hue angle of 240º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C0EA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 192 | 234 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.08 |
| HSL | 240º | 0.5% | 0.84% | - |
| HSV(B) | 240º | 0.18% | 0.92% | - |
| XYZ | 55.44 | 54.85 | 85.51 | - |
| YUV | 196.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 234 | 0.18 | 0.18 | 0 | 0.08 | 240 | 0.5 | 0.84 |
| Hex | C0 | C0 | EA | 12 | 12 | 0 | 8 | F0 | 32 | 54 |
| Octal | 300 | 300 | 352 | 22 | 22 | 0 | 10 | 360 | 62 | 124 |
| Binary | 11000000 | 11000000 | 11101010 | 10010 | 10010 | 0 | 1000 | 11110000 | 110010 | 1010100 |
Color Harmonies of #C0C0EA
Complementary color
Monochromatic Colors of #C0C0EA
Black with #C0C0EA
Text Example
Text Example
White with #C0C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C0EA; }
p { color: rgb(192,192,234); }
H1.HeaderClassName
{
color: #C0C0EA;
}
.AnyTagClassName
{
color: #C0C0EA;
}
</style>
background-color css
<style>
a { background-color: #C0C0EA; }
a { background-color: rgb(192,192,234); }
div.DivClassName
{
background-color: #C0C0EA;
}
.BgClassName
{
background-color: #C0C0EA;
}
</style>
border-color css
<style>
span { border-color: #C0C0EA; }
span { border-color: rgb(192,192,234); }
td.TdClassName
{
border-color: #C0C0EA;
}
.TagClassName
{
border-color: #C0C0EA;
}
</style>