Shades of Lavender Blue #C9C8F1
Tints of Lavender Blue #C9C8F1
RGB
CMYK
RGB Variations
Color information
#C9C8F1 (or 0xC9C8F1) is known color: Lavender Blue. HEX triplet: C9, C8 and F1. RGB value is (201,200,241). Sum of RGB (Red+Green+Blue) = 201+200+241=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9C8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8F1 is #36370E. Grayscale: #CCCCCC. Windows color (decimal): -3553039 or 15845577. OLE color: 15845577.
HSL color Cylindrical-coordinate representation of color #C9C8F1: hue angle of 241.46º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9C8F1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 200 | 241 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.05 |
| HSL | 241.46º | 0.59% | 0.86% | - |
| HSV(B) | 241.46º | 0.17% | 0.95% | - |
| XYZ | 60.62 | 60.08 | 91.62 | - |
| YUV | 204.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 241 | 0.17 | 0.17 | 0 | 0.05 | 241.46 | 0.59 | 0.86 |
| Hex | C9 | C8 | F1 | 11 | 11 | 0 | 5 | F1 | 3B | 56 |
| Octal | 311 | 310 | 361 | 21 | 21 | 0 | 5 | 361 | 73 | 126 |
| Binary | 11001001 | 11001000 | 11110001 | 10001 | 10001 | 0 | 101 | 11110001 | 111011 | 1010110 |
Color Harmonies of #C9C8F1
Complementary color
Monochromatic Colors of #C9C8F1
Black with #C9C8F1
Text Example
Text Example
White with #C9C8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8F1; }
p { color: rgb(201,200,241); }
H1.HeaderClassName
{
color: #C9C8F1;
}
.AnyTagClassName
{
color: #C9C8F1;
}
</style>
background-color css
<style>
a { background-color: #C9C8F1; }
a { background-color: rgb(201,200,241); }
div.DivClassName
{
background-color: #C9C8F1;
}
.BgClassName
{
background-color: #C9C8F1;
}
</style>
border-color css
<style>
span { border-color: #C9C8F1; }
span { border-color: rgb(201,200,241); }
td.TdClassName
{
border-color: #C9C8F1;
}
.TagClassName
{
border-color: #C9C8F1;
}
</style>