Shades of Lavender Blue #C9C5FF
Tints of Lavender Blue #C9C5FF
RGB
CMYK
RGB Variations
Color information
#C9C5FF (or 0xC9C5FF) is known color: Lavender Blue. HEX triplet: C9, C5 and FF. RGB value is (201,197,255). Sum of RGB (Red+Green+Blue) = 201+197+255=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C5FF is #363A00. Grayscale: #CCCCCC. Windows color (decimal): -3553793 or 16762313. OLE color: 16762313.
HSL color Cylindrical-coordinate representation of color #C9C5FF: hue angle of 244.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9C5FF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 197 | 255 | - |
| CMYK | 0.21 | 0.23 | 0 | 0 |
| HSL | 244.14º | 1% | 0.89% | - |
| HSV(B) | 244.14º | 0.23% | 1% | - |
| XYZ | 62.1 | 59.57 | 102.83 | - |
| YUV | 204.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 255 | 0.21 | 0.23 | 0 | 0 | 244.14 | 1 | 0.89 |
| Hex | C9 | C5 | FF | 15 | 17 | 0 | 0 | F4 | 64 | 59 |
| Octal | 311 | 305 | 377 | 25 | 27 | 0 | 0 | 364 | 144 | 131 |
| Binary | 11001001 | 11000101 | 11111111 | 10101 | 10111 | 0 | 0 | 11110100 | 1100100 | 1011001 |
Color Harmonies of #C9C5FF
Complementary color
Monochromatic Colors of #C9C5FF
Black with #C9C5FF
Text Example
Text Example
White with #C9C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5FF; }
p { color: rgb(201,197,255); }
H1.HeaderClassName
{
color: #C9C5FF;
}
.AnyTagClassName
{
color: #C9C5FF;
}
</style>
background-color css
<style>
a { background-color: #C9C5FF; }
a { background-color: rgb(201,197,255); }
div.DivClassName
{
background-color: #C9C5FF;
}
.BgClassName
{
background-color: #C9C5FF;
}
</style>
border-color css
<style>
span { border-color: #C9C5FF; }
span { border-color: rgb(201,197,255); }
td.TdClassName
{
border-color: #C9C5FF;
}
.TagClassName
{
border-color: #C9C5FF;
}
</style>