Shades of Lavender Blue #C9C6FF
Tints of Lavender Blue #C9C6FF
RGB
CMYK
RGB Variations
Color information
#C9C6FF (or 0xC9C6FF) is known color: Lavender Blue. HEX triplet: C9, C6 and FF. RGB value is (201,198,255). Sum of RGB (Red+Green+Blue) = 201+198+255=654 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.73% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C6FF is #363900. Grayscale: #CDCDCD. Windows color (decimal): -3553537 or 16762569. OLE color: 16762569.
HSL color Cylindrical-coordinate representation of color #C9C6FF: hue angle of 243.16º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9C6FF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 198 | 255 | - |
| CMYK | 0.21 | 0.22 | 0 | 0 |
| HSL | 243.16º | 1% | 0.89% | - |
| HSV(B) | 243.16º | 0.22% | 1% | - |
| XYZ | 62.33 | 60.03 | 102.91 | - |
| YUV | 205.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 255 | 0.21 | 0.22 | 0 | 0 | 243.16 | 1 | 0.89 |
| Hex | C9 | C6 | FF | 15 | 16 | 0 | 0 | F3 | 64 | 59 |
| Octal | 311 | 306 | 377 | 25 | 26 | 0 | 0 | 363 | 144 | 131 |
| Binary | 11001001 | 11000110 | 11111111 | 10101 | 10110 | 0 | 0 | 11110011 | 1100100 | 1011001 |
Color Harmonies of #C9C6FF
Complementary color
Monochromatic Colors of #C9C6FF
Black with #C9C6FF
Text Example
Text Example
White with #C9C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6FF; }
p { color: rgb(201,198,255); }
H1.HeaderClassName
{
color: #C9C6FF;
}
.AnyTagClassName
{
color: #C9C6FF;
}
</style>
background-color css
<style>
a { background-color: #C9C6FF; }
a { background-color: rgb(201,198,255); }
div.DivClassName
{
background-color: #C9C6FF;
}
.BgClassName
{
background-color: #C9C6FF;
}
</style>
border-color css
<style>
span { border-color: #C9C6FF; }
span { border-color: rgb(201,198,255); }
td.TdClassName
{
border-color: #C9C6FF;
}
.TagClassName
{
border-color: #C9C6FF;
}
</style>