Shades of Lavender Blue #C0CCFE
Tints of Lavender Blue #C0CCFE
RGB
CMYK
RGB Variations
Color information
#C0CCFE (or 0xC0CCFE) is known color: Lavender Blue. HEX triplet: C0, CC and FE. RGB value is (192,204,254). Sum of RGB (Red+Green+Blue) = 192+204+254=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFE is #3F3301. Grayscale: #CDCDCD. Windows color (decimal): -4141826 or 16698560. OLE color: 16698560.
HSL color Cylindrical-coordinate representation of color #C0CCFE: hue angle of 228.39º 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 #C0CCFE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 204 | 254 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.00 |
| HSL | 228.39º | 0.97% | 0.87% | - |
| HSV(B) | 228.39º | 0.24% | 1% | - |
| XYZ | 61.22 | 61.55 | 102.42 | - |
| YUV | 206.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 254 | 0.24 | 0.20 | 0 | 0.00 | 228.39 | 0.97 | 0.87 |
| Hex | C0 | CC | FE | 18 | 14 | 0 | 0 | E4 | 61 | 57 |
| Octal | 300 | 314 | 376 | 30 | 24 | 0 | 0 | 344 | 141 | 127 |
| Binary | 11000000 | 11001100 | 11111110 | 11000 | 10100 | 0 | 0 | 11100100 | 1100001 | 1010111 |
Color Harmonies of #C0CCFE
Complementary color
Monochromatic Colors of #C0CCFE
Black with #C0CCFE
Text Example
Text Example
White with #C0CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCFE; }
p { color: rgb(192,204,254); }
H1.HeaderClassName
{
color: #C0CCFE;
}
.AnyTagClassName
{
color: #C0CCFE;
}
</style>
background-color css
<style>
a { background-color: #C0CCFE; }
a { background-color: rgb(192,204,254); }
div.DivClassName
{
background-color: #C0CCFE;
}
.BgClassName
{
background-color: #C0CCFE;
}
</style>
border-color css
<style>
span { border-color: #C0CCFE; }
span { border-color: rgb(192,204,254); }
td.TdClassName
{
border-color: #C0CCFE;
}
.TagClassName
{
border-color: #C0CCFE;
}
</style>