Shades of Lavender Blue #C7C8EF
Tints of Lavender Blue #C7C8EF
RGB
CMYK
RGB Variations
Color information
#C7C8EF (or 0xC7C8EF) is known color: Lavender Blue. HEX triplet: C7, C8 and EF. RGB value is (199,200,239). Sum of RGB (Red+Green+Blue) = 199+200+239=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C8EF is #383710. Grayscale: #CBCBCB. Windows color (decimal): -3684113 or 15714503. OLE color: 15714503.
HSL color Cylindrical-coordinate representation of color #C7C8EF: hue angle of 238.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7C8EF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 200 | 239 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.06 |
| HSL | 238.5º | 0.56% | 0.86% | - |
| HSV(B) | 238.5º | 0.17% | 0.94% | - |
| XYZ | 59.79 | 59.68 | 90.03 | - |
| YUV | 204.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 239 | 0.17 | 0.16 | 0 | 0.06 | 238.5 | 0.56 | 0.86 |
| Hex | C7 | C8 | EF | 11 | 10 | 0 | 6 | EE | 38 | 56 |
| Octal | 307 | 310 | 357 | 21 | 20 | 0 | 6 | 356 | 70 | 126 |
| Binary | 11000111 | 11001000 | 11101111 | 10001 | 10000 | 0 | 110 | 11101110 | 111000 | 1010110 |
Color Harmonies of #C7C8EF
Complementary color
Monochromatic Colors of #C7C8EF
Black with #C7C8EF
Text Example
Text Example
White with #C7C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8EF; }
p { color: rgb(199,200,239); }
H1.HeaderClassName
{
color: #C7C8EF;
}
.AnyTagClassName
{
color: #C7C8EF;
}
</style>
background-color css
<style>
a { background-color: #C7C8EF; }
a { background-color: rgb(199,200,239); }
div.DivClassName
{
background-color: #C7C8EF;
}
.BgClassName
{
background-color: #C7C8EF;
}
</style>
border-color css
<style>
span { border-color: #C7C8EF; }
span { border-color: rgb(199,200,239); }
td.TdClassName
{
border-color: #C7C8EF;
}
.TagClassName
{
border-color: #C7C8EF;
}
</style>