Shades of Lavender Blue #C0C7FB
Tints of Lavender Blue #C0C7FB
RGB
CMYK
RGB Variations
Color information
#C0C7FB (or 0xC0C7FB) is known color: Lavender Blue. HEX triplet: C0, C7 and FB. RGB value is (192,199,251). Sum of RGB (Red+Green+Blue) = 192+199+251=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7FB is #3F3804. Grayscale: #CACACA. Windows color (decimal): -4143109 or 16500672. OLE color: 16500672.
HSL color Cylindrical-coordinate representation of color #C0C7FB: hue angle of 232.88º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C7FB is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 199 | 251 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.02 |
| HSL | 232.88º | 0.88% | 0.87% | - |
| HSV(B) | 232.88º | 0.24% | 0.98% | - |
| XYZ | 59.57 | 59.02 | 99.52 | - |
| YUV | 202.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 251 | 0.24 | 0.21 | 0 | 0.02 | 232.88 | 0.88 | 0.87 |
| Hex | C0 | C7 | FB | 18 | 15 | 0 | 2 | E9 | 58 | 57 |
| Octal | 300 | 307 | 373 | 30 | 25 | 0 | 2 | 351 | 130 | 127 |
| Binary | 11000000 | 11000111 | 11111011 | 11000 | 10101 | 0 | 10 | 11101001 | 1011000 | 1010111 |
Color Harmonies of #C0C7FB
Complementary color
Monochromatic Colors of #C0C7FB
Black with #C0C7FB
Text Example
Text Example
White with #C0C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7FB; }
p { color: rgb(192,199,251); }
H1.HeaderClassName
{
color: #C0C7FB;
}
.AnyTagClassName
{
color: #C0C7FB;
}
</style>
background-color css
<style>
a { background-color: #C0C7FB; }
a { background-color: rgb(192,199,251); }
div.DivClassName
{
background-color: #C0C7FB;
}
.BgClassName
{
background-color: #C0C7FB;
}
</style>
border-color css
<style>
span { border-color: #C0C7FB; }
span { border-color: rgb(192,199,251); }
td.TdClassName
{
border-color: #C0C7FB;
}
.TagClassName
{
border-color: #C0C7FB;
}
</style>