Shades of Lavender Blue #C5C8EE
Tints of Lavender Blue #C5C8EE
RGB
CMYK
RGB Variations
Color information
#C5C8EE (or 0xC5C8EE) is known color: Lavender Blue. HEX triplet: C5, C8 and EE. RGB value is (197,200,238). Sum of RGB (Red+Green+Blue) = 197+200+238=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5C8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8EE is #3A3711. Grayscale: #CBCBCB. Windows color (decimal): -3815186 or 15648965. OLE color: 15648965.
HSL color Cylindrical-coordinate representation of color #C5C8EE: hue angle of 235.61º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5C8EE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 200 | 238 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.07 |
| HSL | 235.61º | 0.55% | 0.85% | - |
| HSV(B) | 235.61º | 0.17% | 0.93% | - |
| XYZ | 59.11 | 59.35 | 89.23 | - |
| YUV | 203.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 238 | 0.17 | 0.16 | 0 | 0.07 | 235.61 | 0.55 | 0.85 |
| Hex | C5 | C8 | EE | 11 | 10 | 0 | 7 | EC | 37 | 55 |
| Octal | 305 | 310 | 356 | 21 | 20 | 0 | 7 | 354 | 67 | 125 |
| Binary | 11000101 | 11001000 | 11101110 | 10001 | 10000 | 0 | 111 | 11101100 | 110111 | 1010101 |
Color Harmonies of #C5C8EE
Complementary color
Monochromatic Colors of #C5C8EE
Black with #C5C8EE
Text Example
Text Example
White with #C5C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8EE; }
p { color: rgb(197,200,238); }
H1.HeaderClassName
{
color: #C5C8EE;
}
.AnyTagClassName
{
color: #C5C8EE;
}
</style>
background-color css
<style>
a { background-color: #C5C8EE; }
a { background-color: rgb(197,200,238); }
div.DivClassName
{
background-color: #C5C8EE;
}
.BgClassName
{
background-color: #C5C8EE;
}
</style>
border-color css
<style>
span { border-color: #C5C8EE; }
span { border-color: rgb(197,200,238); }
td.TdClassName
{
border-color: #C5C8EE;
}
.TagClassName
{
border-color: #C5C8EE;
}
</style>