Shades of Lavender Blue #C7C8EB
Tints of Lavender Blue #C7C8EB
RGB
CMYK
RGB Variations
Color information
#C7C8EB (or 0xC7C8EB) is known color: Lavender Blue. HEX triplet: C7, C8 and EB. RGB value is (199,200,235). Sum of RGB (Red+Green+Blue) = 199+200+235=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C8EB is #383714. Grayscale: #CBCBCB. Windows color (decimal): -3684117 or 15452359. OLE color: 15452359.
HSL color Cylindrical-coordinate representation of color #C7C8EB: hue angle of 238.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7C8EB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 200 | 235 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.08 |
| HSL | 238.33º | 0.47% | 0.85% | - |
| HSV(B) | 238.33º | 0.15% | 0.92% | - |
| XYZ | 59.2 | 59.45 | 86.95 | - |
| YUV | 203.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 235 | 0.15 | 0.15 | 0 | 0.08 | 238.33 | 0.47 | 0.85 |
| Hex | C7 | C8 | EB | F | F | 0 | 8 | EE | 2F | 55 |
| Octal | 307 | 310 | 353 | 17 | 17 | 0 | 10 | 356 | 57 | 125 |
| Binary | 11000111 | 11001000 | 11101011 | 1111 | 1111 | 0 | 1000 | 11101110 | 101111 | 1010101 |
Color Harmonies of #C7C8EB
Complementary color
Monochromatic Colors of #C7C8EB
Black with #C7C8EB
Text Example
Text Example
White with #C7C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8EB; }
p { color: rgb(199,200,235); }
H1.HeaderClassName
{
color: #C7C8EB;
}
.AnyTagClassName
{
color: #C7C8EB;
}
</style>
background-color css
<style>
a { background-color: #C7C8EB; }
a { background-color: rgb(199,200,235); }
div.DivClassName
{
background-color: #C7C8EB;
}
.BgClassName
{
background-color: #C7C8EB;
}
</style>
border-color css
<style>
span { border-color: #C7C8EB; }
span { border-color: rgb(199,200,235); }
td.TdClassName
{
border-color: #C7C8EB;
}
.TagClassName
{
border-color: #C7C8EB;
}
</style>