Shades of Lavender Blue #C5C0EF
Tints of Lavender Blue #C5C0EF
RGB
CMYK
RGB Variations
Color information
#C5C0EF (or 0xC5C0EF) is known color: Lavender Blue. HEX triplet: C5, C0 and EF. RGB value is (197,192,239). Sum of RGB (Red+Green+Blue) = 197+192+239=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C0EF is #3A3F10. Grayscale: #C6C6C6. Windows color (decimal): -3817233 or 15712453. OLE color: 15712453.
HSL color Cylindrical-coordinate representation of color #C5C0EF: hue angle of 246.38º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5C0EF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 192 | 239 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.06 |
| HSL | 246.38º | 0.59% | 0.85% | - |
| HSV(B) | 246.38º | 0.2% | 0.94% | - |
| XYZ | 57.46 | 55.8 | 89.4 | - |
| YUV | 198.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 239 | 0.18 | 0.20 | 0 | 0.06 | 246.38 | 0.59 | 0.85 |
| Hex | C5 | C0 | EF | 12 | 14 | 0 | 6 | F6 | 3B | 55 |
| Octal | 305 | 300 | 357 | 22 | 24 | 0 | 6 | 366 | 73 | 125 |
| Binary | 11000101 | 11000000 | 11101111 | 10010 | 10100 | 0 | 110 | 11110110 | 111011 | 1010101 |
Color Harmonies of #C5C0EF
Complementary color
Monochromatic Colors of #C5C0EF
Black with #C5C0EF
Text Example
Text Example
White with #C5C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0EF; }
p { color: rgb(197,192,239); }
H1.HeaderClassName
{
color: #C5C0EF;
}
.AnyTagClassName
{
color: #C5C0EF;
}
</style>
background-color css
<style>
a { background-color: #C5C0EF; }
a { background-color: rgb(197,192,239); }
div.DivClassName
{
background-color: #C5C0EF;
}
.BgClassName
{
background-color: #C5C0EF;
}
</style>
border-color css
<style>
span { border-color: #C5C0EF; }
span { border-color: rgb(197,192,239); }
td.TdClassName
{
border-color: #C5C0EF;
}
.TagClassName
{
border-color: #C5C0EF;
}
</style>