Shades of Lavender Blue #C9C8FB
Tints of Lavender Blue #C9C8FB
RGB
CMYK
RGB Variations
Color information
#C9C8FB (or 0xC9C8FB) is known color: Lavender Blue. HEX triplet: C9, C8 and FB. RGB value is (201,200,251). Sum of RGB (Red+Green+Blue) = 201+200+251=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8FB is #363704. Grayscale: #CDCDCD. Windows color (decimal): -3553029 or 16500937. OLE color: 16500937.
HSL color Cylindrical-coordinate representation of color #C9C8FB: hue angle of 241.18º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9C8FB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 200 | 251 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.02 |
| HSL | 241.18º | 0.86% | 0.88% | - |
| HSV(B) | 241.18º | 0.2% | 0.98% | - |
| XYZ | 62.15 | 60.69 | 99.71 | - |
| YUV | 206.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 251 | 0.20 | 0.20 | 0 | 0.02 | 241.18 | 0.86 | 0.88 |
| Hex | C9 | C8 | FB | 14 | 14 | 0 | 2 | F1 | 56 | 58 |
| Octal | 311 | 310 | 373 | 24 | 24 | 0 | 2 | 361 | 126 | 130 |
| Binary | 11001001 | 11001000 | 11111011 | 10100 | 10100 | 0 | 10 | 11110001 | 1010110 | 1011000 |
Color Harmonies of #C9C8FB
Complementary color
Monochromatic Colors of #C9C8FB
Black with #C9C8FB
Text Example
Text Example
White with #C9C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8FB; }
p { color: rgb(201,200,251); }
H1.HeaderClassName
{
color: #C9C8FB;
}
.AnyTagClassName
{
color: #C9C8FB;
}
</style>
background-color css
<style>
a { background-color: #C9C8FB; }
a { background-color: rgb(201,200,251); }
div.DivClassName
{
background-color: #C9C8FB;
}
.BgClassName
{
background-color: #C9C8FB;
}
</style>
border-color css
<style>
span { border-color: #C9C8FB; }
span { border-color: rgb(201,200,251); }
td.TdClassName
{
border-color: #C9C8FB;
}
.TagClassName
{
border-color: #C9C8FB;
}
</style>