Shades of Lavender Blue #C0C9FC
Tints of Lavender Blue #C0C9FC
RGB
CMYK
RGB Variations
Color information
#C0C9FC (or 0xC0C9FC) is known color: Lavender Blue. HEX triplet: C0, C9 and FC. RGB value is (192,201,252). Sum of RGB (Red+Green+Blue) = 192+201+252=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C9FC is #3F3603. Grayscale: #CBCBCB. Windows color (decimal): -4142596 or 16566720. OLE color: 16566720.
HSL color Cylindrical-coordinate representation of color #C0C9FC: hue angle of 231º 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 #C0C9FC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 201 | 252 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.01 |
| HSL | 231º | 0.91% | 0.87% | - |
| HSV(B) | 231º | 0.24% | 0.99% | - |
| XYZ | 60.2 | 60.01 | 100.51 | - |
| YUV | 204.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 252 | 0.24 | 0.20 | 0 | 0.01 | 231 | 0.91 | 0.87 |
| Hex | C0 | C9 | FC | 18 | 14 | 0 | 1 | E7 | 5B | 57 |
| Octal | 300 | 311 | 374 | 30 | 24 | 0 | 1 | 347 | 133 | 127 |
| Binary | 11000000 | 11001001 | 11111100 | 11000 | 10100 | 0 | 1 | 11100111 | 1011011 | 1010111 |
Color Harmonies of #C0C9FC
Complementary color
Monochromatic Colors of #C0C9FC
Black with #C0C9FC
Text Example
Text Example
White with #C0C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9FC; }
p { color: rgb(192,201,252); }
H1.HeaderClassName
{
color: #C0C9FC;
}
.AnyTagClassName
{
color: #C0C9FC;
}
</style>
background-color css
<style>
a { background-color: #C0C9FC; }
a { background-color: rgb(192,201,252); }
div.DivClassName
{
background-color: #C0C9FC;
}
.BgClassName
{
background-color: #C0C9FC;
}
</style>
border-color css
<style>
span { border-color: #C0C9FC; }
span { border-color: rgb(192,201,252); }
td.TdClassName
{
border-color: #C0C9FC;
}
.TagClassName
{
border-color: #C0C9FC;
}
</style>