Shades of Lavender Blue #C0CEFE
Tints of Lavender Blue #C0CEFE
RGB
CMYK
RGB Variations
Color information
#C0CEFE (or 0xC0CEFE) is known color: Lavender Blue. HEX triplet: C0, CE and FE. RGB value is (192,206,254). Sum of RGB (Red+Green+Blue) = 192+206+254=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFE is #3F3101. Grayscale: #CFCFCF. Windows color (decimal): -4141314 or 16699072. OLE color: 16699072.
HSL color Cylindrical-coordinate representation of color #C0CEFE: hue angle of 226.45º 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 #C0CEFE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 206 | 254 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.00 |
| HSL | 226.45º | 0.97% | 0.87% | - |
| HSV(B) | 226.45º | 0.24% | 1% | - |
| XYZ | 61.7 | 62.5 | 102.58 | - |
| YUV | 207.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 254 | 0.24 | 0.19 | 0 | 0.00 | 226.45 | 0.97 | 0.87 |
| Hex | C0 | CE | FE | 18 | 13 | 0 | 0 | E2 | 61 | 57 |
| Octal | 300 | 316 | 376 | 30 | 23 | 0 | 0 | 342 | 141 | 127 |
| Binary | 11000000 | 11001110 | 11111110 | 11000 | 10011 | 0 | 0 | 11100010 | 1100001 | 1010111 |
Color Harmonies of #C0CEFE
Complementary color
Monochromatic Colors of #C0CEFE
Black with #C0CEFE
Text Example
Text Example
White with #C0CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEFE; }
p { color: rgb(192,206,254); }
H1.HeaderClassName
{
color: #C0CEFE;
}
.AnyTagClassName
{
color: #C0CEFE;
}
</style>
background-color css
<style>
a { background-color: #C0CEFE; }
a { background-color: rgb(192,206,254); }
div.DivClassName
{
background-color: #C0CEFE;
}
.BgClassName
{
background-color: #C0CEFE;
}
</style>
border-color css
<style>
span { border-color: #C0CEFE; }
span { border-color: rgb(192,206,254); }
td.TdClassName
{
border-color: #C0CEFE;
}
.TagClassName
{
border-color: #C0CEFE;
}
</style>