Shades of Lavender Blue #C9C8FF
Tints of Lavender Blue #C9C8FF
RGB
CMYK
RGB Variations
Color information
#C9C8FF (or 0xC9C8FF) is known color: Lavender Blue. HEX triplet: C9, C8 and FF. RGB value is (201,200,255). Sum of RGB (Red+Green+Blue) = 201+200+255=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8FF is #363700. Grayscale: #CECECE. Windows color (decimal): -3553025 or 16763081. OLE color: 16763081.
HSL color Cylindrical-coordinate representation of color #C9C8FF: hue angle of 241.09º 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 #C9C8FF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 200 | 255 | - |
| CMYK | 0.21 | 0.22 | 0 | 0 |
| HSL | 241.09º | 1% | 0.89% | - |
| HSV(B) | 241.09º | 0.22% | 1% | - |
| XYZ | 62.79 | 60.95 | 103.06 | - |
| YUV | 206.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 255 | 0.21 | 0.22 | 0 | 0 | 241.09 | 1 | 0.89 |
| Hex | C9 | C8 | FF | 15 | 16 | 0 | 0 | F1 | 64 | 59 |
| Octal | 311 | 310 | 377 | 25 | 26 | 0 | 0 | 361 | 144 | 131 |
| Binary | 11001001 | 11001000 | 11111111 | 10101 | 10110 | 0 | 0 | 11110001 | 1100100 | 1011001 |
Color Harmonies of #C9C8FF
Complementary color
Monochromatic Colors of #C9C8FF
Black with #C9C8FF
Text Example
Text Example
White with #C9C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8FF; }
p { color: rgb(201,200,255); }
H1.HeaderClassName
{
color: #C9C8FF;
}
.AnyTagClassName
{
color: #C9C8FF;
}
</style>
background-color css
<style>
a { background-color: #C9C8FF; }
a { background-color: rgb(201,200,255); }
div.DivClassName
{
background-color: #C9C8FF;
}
.BgClassName
{
background-color: #C9C8FF;
}
</style>
border-color css
<style>
span { border-color: #C9C8FF; }
span { border-color: rgb(201,200,255); }
td.TdClassName
{
border-color: #C9C8FF;
}
.TagClassName
{
border-color: #C9C8FF;
}
</style>