Shades of Lavender Blue #C5D0FE
Tints of Lavender Blue #C5D0FE
RGB
CMYK
RGB Variations
Color information
#C5D0FE (or 0xC5D0FE) is known color: Lavender Blue. HEX triplet: C5, D0 and FE. RGB value is (197,208,254). Sum of RGB (Red+Green+Blue) = 197+208+254=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0FE is #3A2F01. Grayscale: #D1D1D1. Windows color (decimal): -3813122 or 16699589. OLE color: 16699589.
HSL color Cylindrical-coordinate representation of color #C5D0FE: hue angle of 228.42º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5D0FE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 208 | 254 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.00 |
| HSL | 228.42º | 0.97% | 0.88% | - |
| HSV(B) | 228.42º | 0.22% | 1% | - |
| XYZ | 63.47 | 64.14 | 102.8 | - |
| YUV | 209.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 254 | 0.22 | 0.18 | 0 | 0.00 | 228.42 | 0.97 | 0.88 |
| Hex | C5 | D0 | FE | 16 | 12 | 0 | 0 | E4 | 61 | 58 |
| Octal | 305 | 320 | 376 | 26 | 22 | 0 | 0 | 344 | 141 | 130 |
| Binary | 11000101 | 11010000 | 11111110 | 10110 | 10010 | 0 | 0 | 11100100 | 1100001 | 1011000 |
Color Harmonies of #C5D0FE
Complementary color
Monochromatic Colors of #C5D0FE
Black with #C5D0FE
Text Example
Text Example
White with #C5D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0FE; }
p { color: rgb(197,208,254); }
H1.HeaderClassName
{
color: #C5D0FE;
}
.AnyTagClassName
{
color: #C5D0FE;
}
</style>
background-color css
<style>
a { background-color: #C5D0FE; }
a { background-color: rgb(197,208,254); }
div.DivClassName
{
background-color: #C5D0FE;
}
.BgClassName
{
background-color: #C5D0FE;
}
</style>
border-color css
<style>
span { border-color: #C5D0FE; }
span { border-color: rgb(197,208,254); }
td.TdClassName
{
border-color: #C5D0FE;
}
.TagClassName
{
border-color: #C5D0FE;
}
</style>