Shades of Lavender Grey #C0C2EA
Tints of Lavender Grey #C0C2EA
RGB
CMYK
RGB Variations
Color information
#C0C2EA (or 0xC0C2EA) is known color: Lavender Grey. HEX triplet: C0, C2 and EA. RGB value is (192,194,234). Sum of RGB (Red+Green+Blue) = 192+194+234=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C2EA is #3F3D15. Grayscale: #C5C5C5. Windows color (decimal): -4144406 or 15385280. OLE color: 15385280.
HSL color Cylindrical-coordinate representation of color #C0C2EA: hue angle of 237.14º 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 #C0C2EA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 194 | 234 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.08 |
| HSL | 237.14º | 0.5% | 0.84% | - |
| HSV(B) | 237.14º | 0.18% | 0.92% | - |
| XYZ | 55.88 | 55.73 | 85.65 | - |
| YUV | 197.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 234 | 0.18 | 0.17 | 0 | 0.08 | 237.14 | 0.5 | 0.84 |
| Hex | C0 | C2 | EA | 12 | 11 | 0 | 8 | ED | 32 | 54 |
| Octal | 300 | 302 | 352 | 22 | 21 | 0 | 10 | 355 | 62 | 124 |
| Binary | 11000000 | 11000010 | 11101010 | 10010 | 10001 | 0 | 1000 | 11101101 | 110010 | 1010100 |
Color Harmonies of #C0C2EA
Complementary color
Monochromatic Colors of #C0C2EA
Black with #C0C2EA
Text Example
Text Example
White with #C0C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2EA; }
p { color: rgb(192,194,234); }
H1.HeaderClassName
{
color: #C0C2EA;
}
.AnyTagClassName
{
color: #C0C2EA;
}
</style>
background-color css
<style>
a { background-color: #C0C2EA; }
a { background-color: rgb(192,194,234); }
div.DivClassName
{
background-color: #C0C2EA;
}
.BgClassName
{
background-color: #C0C2EA;
}
</style>
border-color css
<style>
span { border-color: #C0C2EA; }
span { border-color: rgb(192,194,234); }
td.TdClassName
{
border-color: #C0C2EA;
}
.TagClassName
{
border-color: #C0C2EA;
}
</style>