Shades of Lavender Blue #C0C7FE
Tints of Lavender Blue #C0C7FE
RGB
CMYK
RGB Variations
Color information
#C0C7FE (or 0xC0C7FE) is known color: Lavender Blue. HEX triplet: C0, C7 and FE. RGB value is (192,199,254). Sum of RGB (Red+Green+Blue) = 192+199+254=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7FE is #3F3801. Grayscale: #CACACA. Windows color (decimal): -4143106 or 16697280. OLE color: 16697280.
HSL color Cylindrical-coordinate representation of color #C0C7FE: hue angle of 233.23º 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 #C0C7FE is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 199 | 254 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.00 |
| HSL | 233.23º | 0.97% | 0.87% | - |
| HSV(B) | 233.23º | 0.24% | 1% | - |
| XYZ | 60.05 | 59.21 | 102.03 | - |
| YUV | 203.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 254 | 0.24 | 0.22 | 0 | 0.00 | 233.23 | 0.97 | 0.87 |
| Hex | C0 | C7 | FE | 18 | 16 | 0 | 0 | E9 | 61 | 57 |
| Octal | 300 | 307 | 376 | 30 | 26 | 0 | 0 | 351 | 141 | 127 |
| Binary | 11000000 | 11000111 | 11111110 | 11000 | 10110 | 0 | 0 | 11101001 | 1100001 | 1010111 |
Color Harmonies of #C0C7FE
Complementary color
Monochromatic Colors of #C0C7FE
Black with #C0C7FE
Text Example
Text Example
White with #C0C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7FE; }
p { color: rgb(192,199,254); }
H1.HeaderClassName
{
color: #C0C7FE;
}
.AnyTagClassName
{
color: #C0C7FE;
}
</style>
background-color css
<style>
a { background-color: #C0C7FE; }
a { background-color: rgb(192,199,254); }
div.DivClassName
{
background-color: #C0C7FE;
}
.BgClassName
{
background-color: #C0C7FE;
}
</style>
border-color css
<style>
span { border-color: #C0C7FE; }
span { border-color: rgb(192,199,254); }
td.TdClassName
{
border-color: #C0C7FE;
}
.TagClassName
{
border-color: #C0C7FE;
}
</style>