Shades of Lavender Blue #C9C6EF
Tints of Lavender Blue #C9C6EF
RGB
CMYK
RGB Variations
Color information
#C9C6EF (or 0xC9C6EF) is known color: Lavender Blue. HEX triplet: C9, C6 and EF. RGB value is (201,198,239). Sum of RGB (Red+Green+Blue) = 201+198+239=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 198 (77.73% from 255 or 31.03% 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 #C9C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C6EF is #363910. Grayscale: #CBCBCB. Windows color (decimal): -3553553 or 15713993. OLE color: 15713993.
HSL color Cylindrical-coordinate representation of color #C9C6EF: hue angle of 244.39º 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 #C9C6EF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 198 | 239 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.06 |
| HSL | 244.39º | 0.56% | 0.86% | - |
| HSV(B) | 244.39º | 0.17% | 0.94% | - |
| XYZ | 59.86 | 59.04 | 89.9 | - |
| YUV | 203.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 239 | 0.16 | 0.17 | 0 | 0.06 | 244.39 | 0.56 | 0.86 |
| Hex | C9 | C6 | EF | 10 | 11 | 0 | 6 | F4 | 38 | 56 |
| Octal | 311 | 306 | 357 | 20 | 21 | 0 | 6 | 364 | 70 | 126 |
| Binary | 11001001 | 11000110 | 11101111 | 10000 | 10001 | 0 | 110 | 11110100 | 111000 | 1010110 |
Color Harmonies of #C9C6EF
Complementary color
Monochromatic Colors of #C9C6EF
Black with #C9C6EF
Text Example
Text Example
White with #C9C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6EF; }
p { color: rgb(201,198,239); }
H1.HeaderClassName
{
color: #C9C6EF;
}
.AnyTagClassName
{
color: #C9C6EF;
}
</style>
background-color css
<style>
a { background-color: #C9C6EF; }
a { background-color: rgb(201,198,239); }
div.DivClassName
{
background-color: #C9C6EF;
}
.BgClassName
{
background-color: #C9C6EF;
}
</style>
border-color css
<style>
span { border-color: #C9C6EF; }
span { border-color: rgb(201,198,239); }
td.TdClassName
{
border-color: #C9C6EF;
}
.TagClassName
{
border-color: #C9C6EF;
}
</style>