Shades of Lavender Grey #C0C1E9
Tints of Lavender Grey #C0C1E9
RGB
CMYK
RGB Variations
Color information
#C0C1E9 (or 0xC0C1E9) is known color: Lavender Grey. HEX triplet: C0, C1 and E9. RGB value is (192,193,233). Sum of RGB (Red+Green+Blue) = 192+193+233=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0C1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C1E9 is #3F3E16. Grayscale: #C5C5C5. Windows color (decimal): -4144663 or 15319488. OLE color: 15319488.
HSL color Cylindrical-coordinate representation of color #C0C1E9: hue angle of 238.54º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C1E9 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 193 | 233 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.09 |
| HSL | 238.54º | 0.48% | 0.83% | - |
| HSV(B) | 238.54º | 0.18% | 0.91% | - |
| XYZ | 55.52 | 55.23 | 84.83 | - |
| YUV | 197.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 233 | 0.18 | 0.17 | 0 | 0.09 | 238.54 | 0.48 | 0.83 |
| Hex | C0 | C1 | E9 | 12 | 11 | 0 | 9 | EF | 30 | 53 |
| Octal | 300 | 301 | 351 | 22 | 21 | 0 | 11 | 357 | 60 | 123 |
| Binary | 11000000 | 11000001 | 11101001 | 10010 | 10001 | 0 | 1001 | 11101111 | 110000 | 1010011 |
Color Harmonies of #C0C1E9
Complementary color
Monochromatic Colors of #C0C1E9
Black with #C0C1E9
Text Example
Text Example
White with #C0C1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C1E9; }
p { color: rgb(192,193,233); }
H1.HeaderClassName
{
color: #C0C1E9;
}
.AnyTagClassName
{
color: #C0C1E9;
}
</style>
background-color css
<style>
a { background-color: #C0C1E9; }
a { background-color: rgb(192,193,233); }
div.DivClassName
{
background-color: #C0C1E9;
}
.BgClassName
{
background-color: #C0C1E9;
}
</style>
border-color css
<style>
span { border-color: #C0C1E9; }
span { border-color: rgb(192,193,233); }
td.TdClassName
{
border-color: #C0C1E9;
}
.TagClassName
{
border-color: #C0C1E9;
}
</style>