Shades of Lavender Blue #C8C6EF
Tints of Lavender Blue #C8C6EF
RGB
CMYK
RGB Variations
Color information
#C8C6EF (or 0xC8C6EF) is known color: Lavender Blue. HEX triplet: C8, C6 and EF. RGB value is (200,198,239). Sum of RGB (Red+Green+Blue) = 200+198+239=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C6EF is #373910. Grayscale: #CBCBCB. Windows color (decimal): -3619089 or 15713992. OLE color: 15713992.
HSL color Cylindrical-coordinate representation of color #C8C6EF: hue angle of 242.93º 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 #C8C6EF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 198 | 239 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.06 |
| HSL | 242.93º | 0.56% | 0.86% | - |
| HSV(B) | 242.93º | 0.17% | 0.94% | - |
| XYZ | 59.59 | 58.9 | 89.89 | - |
| YUV | 203.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 239 | 0.16 | 0.17 | 0 | 0.06 | 242.93 | 0.56 | 0.86 |
| Hex | C8 | C6 | EF | 10 | 11 | 0 | 6 | F3 | 38 | 56 |
| Octal | 310 | 306 | 357 | 20 | 21 | 0 | 6 | 363 | 70 | 126 |
| Binary | 11001000 | 11000110 | 11101111 | 10000 | 10001 | 0 | 110 | 11110011 | 111000 | 1010110 |
Color Harmonies of #C8C6EF
Complementary color
Monochromatic Colors of #C8C6EF
Black with #C8C6EF
Text Example
Text Example
White with #C8C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6EF; }
p { color: rgb(200,198,239); }
H1.HeaderClassName
{
color: #C8C6EF;
}
.AnyTagClassName
{
color: #C8C6EF;
}
</style>
background-color css
<style>
a { background-color: #C8C6EF; }
a { background-color: rgb(200,198,239); }
div.DivClassName
{
background-color: #C8C6EF;
}
.BgClassName
{
background-color: #C8C6EF;
}
</style>
border-color css
<style>
span { border-color: #C8C6EF; }
span { border-color: rgb(200,198,239); }
td.TdClassName
{
border-color: #C8C6EF;
}
.TagClassName
{
border-color: #C8C6EF;
}
</style>