Shades of Lavender Blue #C9C6EE
Tints of Lavender Blue #C9C6EE
RGB
CMYK
RGB Variations
Color information
#C9C6EE (or 0xC9C6EE) is known color: Lavender Blue. HEX triplet: C9, C6 and EE. RGB value is (201,198,238). Sum of RGB (Red+Green+Blue) = 201+198+238=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C6EE is #363911. Grayscale: #CBCBCB. Windows color (decimal): -3553554 or 15648457. OLE color: 15648457.
HSL color Cylindrical-coordinate representation of color #C9C6EE: hue angle of 244.5º degrees, saturation: 0.54, 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 #C9C6EE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 198 | 238 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.07 |
| HSL | 244.5º | 0.54% | 0.85% | - |
| HSV(B) | 244.5º | 0.17% | 0.93% | - |
| XYZ | 59.71 | 58.98 | 89.13 | - |
| YUV | 203.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 238 | 0.16 | 0.17 | 0 | 0.07 | 244.5 | 0.54 | 0.85 |
| Hex | C9 | C6 | EE | 10 | 11 | 0 | 7 | F4 | 36 | 55 |
| Octal | 311 | 306 | 356 | 20 | 21 | 0 | 7 | 364 | 66 | 125 |
| Binary | 11001001 | 11000110 | 11101110 | 10000 | 10001 | 0 | 111 | 11110100 | 110110 | 1010101 |
Color Harmonies of #C9C6EE
Complementary color
Monochromatic Colors of #C9C6EE
Black with #C9C6EE
Text Example
Text Example
White with #C9C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6EE; }
p { color: rgb(201,198,238); }
H1.HeaderClassName
{
color: #C9C6EE;
}
.AnyTagClassName
{
color: #C9C6EE;
}
</style>
background-color css
<style>
a { background-color: #C9C6EE; }
a { background-color: rgb(201,198,238); }
div.DivClassName
{
background-color: #C9C6EE;
}
.BgClassName
{
background-color: #C9C6EE;
}
</style>
border-color css
<style>
span { border-color: #C9C6EE; }
span { border-color: rgb(201,198,238); }
td.TdClassName
{
border-color: #C9C6EE;
}
.TagClassName
{
border-color: #C9C6EE;
}
</style>