Shades of Lavender Blue #C5C8EF
Tints of Lavender Blue #C5C8EF
RGB
CMYK
RGB Variations
Color information
#C5C8EF (or 0xC5C8EF) is known color: Lavender Blue. HEX triplet: C5, C8 and EF. RGB value is (197,200,239). Sum of RGB (Red+Green+Blue) = 197+200+239=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8EF is #3A3710. Grayscale: #CBCBCB. Windows color (decimal): -3815185 or 15714501. OLE color: 15714501.
HSL color Cylindrical-coordinate representation of color #C5C8EF: hue angle of 235.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5C8EF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 200 | 239 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.06 |
| HSL | 235.71º | 0.57% | 0.85% | - |
| HSV(B) | 235.71º | 0.18% | 0.94% | - |
| XYZ | 59.26 | 59.41 | 90.01 | - |
| YUV | 203.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 239 | 0.18 | 0.16 | 0 | 0.06 | 235.71 | 0.57 | 0.85 |
| Hex | C5 | C8 | EF | 12 | 10 | 0 | 6 | EC | 39 | 55 |
| Octal | 305 | 310 | 357 | 22 | 20 | 0 | 6 | 354 | 71 | 125 |
| Binary | 11000101 | 11001000 | 11101111 | 10010 | 10000 | 0 | 110 | 11101100 | 111001 | 1010101 |
Color Harmonies of #C5C8EF
Complementary color
Monochromatic Colors of #C5C8EF
Black with #C5C8EF
Text Example
Text Example
White with #C5C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8EF; }
p { color: rgb(197,200,239); }
H1.HeaderClassName
{
color: #C5C8EF;
}
.AnyTagClassName
{
color: #C5C8EF;
}
</style>
background-color css
<style>
a { background-color: #C5C8EF; }
a { background-color: rgb(197,200,239); }
div.DivClassName
{
background-color: #C5C8EF;
}
.BgClassName
{
background-color: #C5C8EF;
}
</style>
border-color css
<style>
span { border-color: #C5C8EF; }
span { border-color: rgb(197,200,239); }
td.TdClassName
{
border-color: #C5C8EF;
}
.TagClassName
{
border-color: #C5C8EF;
}
</style>