Shades of Lavender Blue #C9C8FC
Tints of Lavender Blue #C9C8FC
RGB
CMYK
RGB Variations
Color information
#C9C8FC (or 0xC9C8FC) is known color: Lavender Blue. HEX triplet: C9, C8 and FC. RGB value is (201,200,252). Sum of RGB (Red+Green+Blue) = 201+200+252=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8FC is #363703. Grayscale: #CECECE. Windows color (decimal): -3553028 or 16566473. OLE color: 16566473.
HSL color Cylindrical-coordinate representation of color #C9C8FC: hue angle of 241.15º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C8FC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 200 | 252 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.01 |
| HSL | 241.15º | 0.9% | 0.89% | - |
| HSV(B) | 241.15º | 0.21% | 0.99% | - |
| XYZ | 62.31 | 60.75 | 100.54 | - |
| YUV | 206.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 252 | 0.20 | 0.21 | 0 | 0.01 | 241.15 | 0.9 | 0.89 |
| Hex | C9 | C8 | FC | 14 | 15 | 0 | 1 | F1 | 5A | 59 |
| Octal | 311 | 310 | 374 | 24 | 25 | 0 | 1 | 361 | 132 | 131 |
| Binary | 11001001 | 11001000 | 11111100 | 10100 | 10101 | 0 | 1 | 11110001 | 1011010 | 1011001 |
Color Harmonies of #C9C8FC
Complementary color
Monochromatic Colors of #C9C8FC
Black with #C9C8FC
Text Example
Text Example
White with #C9C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8FC; }
p { color: rgb(201,200,252); }
H1.HeaderClassName
{
color: #C9C8FC;
}
.AnyTagClassName
{
color: #C9C8FC;
}
</style>
background-color css
<style>
a { background-color: #C9C8FC; }
a { background-color: rgb(201,200,252); }
div.DivClassName
{
background-color: #C9C8FC;
}
.BgClassName
{
background-color: #C9C8FC;
}
</style>
border-color css
<style>
span { border-color: #C9C8FC; }
span { border-color: rgb(201,200,252); }
td.TdClassName
{
border-color: #C9C8FC;
}
.TagClassName
{
border-color: #C9C8FC;
}
</style>