Shades of Lavender Blue #C0CFFE
Tints of Lavender Blue #C0CFFE
RGB
CMYK
RGB Variations
Color information
#C0CFFE (or 0xC0CFFE) is known color: Lavender Blue. HEX triplet: C0, CF and FE. RGB value is (192,207,254). Sum of RGB (Red+Green+Blue) = 192+207+254=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFFE is #3F3001. Grayscale: #CFCFCF. Windows color (decimal): -4141058 or 16699328. OLE color: 16699328.
HSL color Cylindrical-coordinate representation of color #C0CFFE: hue angle of 225.48º 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 #C0CFFE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 207 | 254 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.00 |
| HSL | 225.48º | 0.97% | 0.87% | - |
| HSV(B) | 225.48º | 0.24% | 1% | - |
| XYZ | 61.94 | 62.99 | 102.66 | - |
| YUV | 207.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 254 | 0.24 | 0.19 | 0 | 0.00 | 225.48 | 0.97 | 0.87 |
| Hex | C0 | CF | FE | 18 | 13 | 0 | 0 | E1 | 61 | 57 |
| Octal | 300 | 317 | 376 | 30 | 23 | 0 | 0 | 341 | 141 | 127 |
| Binary | 11000000 | 11001111 | 11111110 | 11000 | 10011 | 0 | 0 | 11100001 | 1100001 | 1010111 |
Color Harmonies of #C0CFFE
Complementary color
Monochromatic Colors of #C0CFFE
Black with #C0CFFE
Text Example
Text Example
White with #C0CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFFE; }
p { color: rgb(192,207,254); }
H1.HeaderClassName
{
color: #C0CFFE;
}
.AnyTagClassName
{
color: #C0CFFE;
}
</style>
background-color css
<style>
a { background-color: #C0CFFE; }
a { background-color: rgb(192,207,254); }
div.DivClassName
{
background-color: #C0CFFE;
}
.BgClassName
{
background-color: #C0CFFE;
}
</style>
border-color css
<style>
span { border-color: #C0CFFE; }
span { border-color: rgb(192,207,254); }
td.TdClassName
{
border-color: #C0CFFE;
}
.TagClassName
{
border-color: #C0CFFE;
}
</style>