Shades of Lavender Blue #C0C3FE
Tints of Lavender Blue #C0C3FE
RGB
CMYK
RGB Variations
Color information
#C0C3FE (or 0xC0C3FE) is known color: Lavender Blue. HEX triplet: C0, C3 and FE. RGB value is (192,195,254). Sum of RGB (Red+Green+Blue) = 192+195+254=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C3FE is #3F3C01. Grayscale: #C8C8C8. Windows color (decimal): -4144130 or 16696256. OLE color: 16696256.
HSL color Cylindrical-coordinate representation of color #C0C3FE: hue angle of 237.1º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C3FE is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 195 | 254 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.00 |
| HSL | 237.1º | 0.97% | 0.87% | - |
| HSV(B) | 237.1º | 0.24% | 1% | - |
| XYZ | 59.14 | 57.39 | 101.73 | - |
| YUV | 200.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 254 | 0.24 | 0.23 | 0 | 0.00 | 237.1 | 0.97 | 0.87 |
| Hex | C0 | C3 | FE | 18 | 17 | 0 | 0 | ED | 61 | 57 |
| Octal | 300 | 303 | 376 | 30 | 27 | 0 | 0 | 355 | 141 | 127 |
| Binary | 11000000 | 11000011 | 11111110 | 11000 | 10111 | 0 | 0 | 11101101 | 1100001 | 1010111 |
Color Harmonies of #C0C3FE
Complementary color
Monochromatic Colors of #C0C3FE
Black with #C0C3FE
Text Example
Text Example
White with #C0C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3FE; }
p { color: rgb(192,195,254); }
H1.HeaderClassName
{
color: #C0C3FE;
}
.AnyTagClassName
{
color: #C0C3FE;
}
</style>
background-color css
<style>
a { background-color: #C0C3FE; }
a { background-color: rgb(192,195,254); }
div.DivClassName
{
background-color: #C0C3FE;
}
.BgClassName
{
background-color: #C0C3FE;
}
</style>
border-color css
<style>
span { border-color: #C0C3FE; }
span { border-color: rgb(192,195,254); }
td.TdClassName
{
border-color: #C0C3FE;
}
.TagClassName
{
border-color: #C0C3FE;
}
</style>