Shades of Lavender Blue #C0CEFF
Tints of Lavender Blue #C0CEFF
RGB
CMYK
RGB Variations
Color information
#C0CEFF (or 0xC0CEFF) is known color: Lavender Blue. HEX triplet: C0, CE and FF. RGB value is (192,206,255). Sum of RGB (Red+Green+Blue) = 192+206+255=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFF is #3F3100. Grayscale: #CFCFCF. Windows color (decimal): -4141313 or 16764608. OLE color: 16764608.
HSL color Cylindrical-coordinate representation of color #C0CEFF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0CEFF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 206 | 255 | - |
| CMYK | 0.25 | 0.19 | 0 | 0 |
| HSL | 226.67º | 1% | 0.88% | - |
| HSV(B) | 226.67º | 0.25% | 1% | - |
| XYZ | 61.86 | 62.57 | 103.42 | - |
| YUV | 207.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 255 | 0.25 | 0.19 | 0 | 0 | 226.67 | 1 | 0.88 |
| Hex | C0 | CE | FF | 19 | 13 | 0 | 0 | E3 | 64 | 58 |
| Octal | 300 | 316 | 377 | 31 | 23 | 0 | 0 | 343 | 144 | 130 |
| Binary | 11000000 | 11001110 | 11111111 | 11001 | 10011 | 0 | 0 | 11100011 | 1100100 | 1011000 |
Color Harmonies of #C0CEFF
Complementary color
Monochromatic Colors of #C0CEFF
Black with #C0CEFF
Text Example
Text Example
White with #C0CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEFF; }
p { color: rgb(192,206,255); }
H1.HeaderClassName
{
color: #C0CEFF;
}
.AnyTagClassName
{
color: #C0CEFF;
}
</style>
background-color css
<style>
a { background-color: #C0CEFF; }
a { background-color: rgb(192,206,255); }
div.DivClassName
{
background-color: #C0CEFF;
}
.BgClassName
{
background-color: #C0CEFF;
}
</style>
border-color css
<style>
span { border-color: #C0CEFF; }
span { border-color: rgb(192,206,255); }
td.TdClassName
{
border-color: #C0CEFF;
}
.TagClassName
{
border-color: #C0CEFF;
}
</style>