Shades of Lavender Blue #C0CAFB
Tints of Lavender Blue #C0CAFB
RGB
CMYK
RGB Variations
Color information
#C0CAFB (or 0xC0CAFB) is known color: Lavender Blue. HEX triplet: C0, CA and FB. RGB value is (192,202,251). Sum of RGB (Red+Green+Blue) = 192+202+251=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAFB is #3F3504. Grayscale: #CCCCCC. Windows color (decimal): -4142341 or 16501440. OLE color: 16501440.
HSL color Cylindrical-coordinate representation of color #C0CAFB: hue angle of 229.83º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CAFB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 202 | 251 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 229.83º | 0.88% | 0.87% | - |
| HSV(B) | 229.83º | 0.24% | 0.98% | - |
| XYZ | 60.27 | 60.41 | 99.75 | - |
| YUV | 204.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 251 | 0.24 | 0.20 | 0 | 0.02 | 229.83 | 0.88 | 0.87 |
| Hex | C0 | CA | FB | 18 | 14 | 0 | 2 | E6 | 58 | 57 |
| Octal | 300 | 312 | 373 | 30 | 24 | 0 | 2 | 346 | 130 | 127 |
| Binary | 11000000 | 11001010 | 11111011 | 11000 | 10100 | 0 | 10 | 11100110 | 1011000 | 1010111 |
Color Harmonies of #C0CAFB
Complementary color
Monochromatic Colors of #C0CAFB
Black with #C0CAFB
Text Example
Text Example
White with #C0CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAFB; }
p { color: rgb(192,202,251); }
H1.HeaderClassName
{
color: #C0CAFB;
}
.AnyTagClassName
{
color: #C0CAFB;
}
</style>
background-color css
<style>
a { background-color: #C0CAFB; }
a { background-color: rgb(192,202,251); }
div.DivClassName
{
background-color: #C0CAFB;
}
.BgClassName
{
background-color: #C0CAFB;
}
</style>
border-color css
<style>
span { border-color: #C0CAFB; }
span { border-color: rgb(192,202,251); }
td.TdClassName
{
border-color: #C0CAFB;
}
.TagClassName
{
border-color: #C0CAFB;
}
</style>