Shades of Lavender Blue #C5D0FB
Tints of Lavender Blue #C5D0FB
RGB
CMYK
RGB Variations
Color information
#C5D0FB (or 0xC5D0FB) is known color: Lavender Blue. HEX triplet: C5, D0 and FB. RGB value is (197,208,251). Sum of RGB (Red+Green+Blue) = 197+208+251=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0FB is #3A2F04. Grayscale: #D1D1D1. Windows color (decimal): -3813125 or 16502981. OLE color: 16502981.
HSL color Cylindrical-coordinate representation of color #C5D0FB: hue angle of 227.78º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D0FB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 208 | 251 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.02 |
| HSL | 227.78º | 0.87% | 0.88% | - |
| HSV(B) | 227.78º | 0.22% | 0.98% | - |
| XYZ | 62.99 | 63.95 | 100.29 | - |
| YUV | 209.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 251 | 0.22 | 0.17 | 0 | 0.02 | 227.78 | 0.87 | 0.88 |
| Hex | C5 | D0 | FB | 16 | 11 | 0 | 2 | E4 | 57 | 58 |
| Octal | 305 | 320 | 373 | 26 | 21 | 0 | 2 | 344 | 127 | 130 |
| Binary | 11000101 | 11010000 | 11111011 | 10110 | 10001 | 0 | 10 | 11100100 | 1010111 | 1011000 |
Color Harmonies of #C5D0FB
Complementary color
Monochromatic Colors of #C5D0FB
Black with #C5D0FB
Text Example
Text Example
White with #C5D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0FB; }
p { color: rgb(197,208,251); }
H1.HeaderClassName
{
color: #C5D0FB;
}
.AnyTagClassName
{
color: #C5D0FB;
}
</style>
background-color css
<style>
a { background-color: #C5D0FB; }
a { background-color: rgb(197,208,251); }
div.DivClassName
{
background-color: #C5D0FB;
}
.BgClassName
{
background-color: #C5D0FB;
}
</style>
border-color css
<style>
span { border-color: #C5D0FB; }
span { border-color: rgb(197,208,251); }
td.TdClassName
{
border-color: #C5D0FB;
}
.TagClassName
{
border-color: #C5D0FB;
}
</style>