Shades of Lavender Blue #C0C8FC
Tints of Lavender Blue #C0C8FC
RGB
CMYK
RGB Variations
Color information
#C0C8FC (or 0xC0C8FC) is known color: Lavender Blue. HEX triplet: C0, C8 and FC. RGB value is (192,200,252). Sum of RGB (Red+Green+Blue) = 192+200+252=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8FC is #3F3703. Grayscale: #CBCBCB. Windows color (decimal): -4142852 or 16566464. OLE color: 16566464.
HSL color Cylindrical-coordinate representation of color #C0C8FC: hue angle of 232º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C8FC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 200 | 252 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.01 |
| HSL | 232º | 0.91% | 0.87% | - |
| HSV(B) | 232º | 0.24% | 0.99% | - |
| XYZ | 59.96 | 59.54 | 100.43 | - |
| YUV | 203.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 252 | 0.24 | 0.21 | 0 | 0.01 | 232 | 0.91 | 0.87 |
| Hex | C0 | C8 | FC | 18 | 15 | 0 | 1 | E8 | 5B | 57 |
| Octal | 300 | 310 | 374 | 30 | 25 | 0 | 1 | 350 | 133 | 127 |
| Binary | 11000000 | 11001000 | 11111100 | 11000 | 10101 | 0 | 1 | 11101000 | 1011011 | 1010111 |
Color Harmonies of #C0C8FC
Complementary color
Monochromatic Colors of #C0C8FC
Black with #C0C8FC
Text Example
Text Example
White with #C0C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8FC; }
p { color: rgb(192,200,252); }
H1.HeaderClassName
{
color: #C0C8FC;
}
.AnyTagClassName
{
color: #C0C8FC;
}
</style>
background-color css
<style>
a { background-color: #C0C8FC; }
a { background-color: rgb(192,200,252); }
div.DivClassName
{
background-color: #C0C8FC;
}
.BgClassName
{
background-color: #C0C8FC;
}
</style>
border-color css
<style>
span { border-color: #C0C8FC; }
span { border-color: rgb(192,200,252); }
td.TdClassName
{
border-color: #C0C8FC;
}
.TagClassName
{
border-color: #C0C8FC;
}
</style>