Shades of Lavender Blue #C9B7FE
Tints of Lavender Blue #C9B7FE
RGB
CMYK
RGB Variations
Color information
#C9B7FE (or 0xC9B7FE) is known color: Lavender Blue. HEX triplet: C9, B7 and FE. RGB value is (201,183,254). Sum of RGB (Red+Green+Blue) = 201+183+254=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7FE is #364801. Grayscale: #C4C4C4. Windows color (decimal): -3557378 or 16693193. OLE color: 16693193.
HSL color Cylindrical-coordinate representation of color #C9B7FE: hue angle of 255.21º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9B7FE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 183 | 254 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.00 |
| HSL | 255.21º | 0.97% | 0.86% | - |
| HSV(B) | 255.21º | 0.28% | 1% | - |
| XYZ | 58.91 | 53.44 | 100.98 | - |
| YUV | 196.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 254 | 0.21 | 0.28 | 0 | 0.00 | 255.21 | 0.97 | 0.86 |
| Hex | C9 | B7 | FE | 15 | 1C | 0 | 0 | FF | 61 | 56 |
| Octal | 311 | 267 | 376 | 25 | 34 | 0 | 0 | 377 | 141 | 126 |
| Binary | 11001001 | 10110111 | 11111110 | 10101 | 11100 | 0 | 0 | 11111111 | 1100001 | 1010110 |
Color Harmonies of #C9B7FE
Complementary color
Monochromatic Colors of #C9B7FE
Black with #C9B7FE
Text Example
Text Example
White with #C9B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B7FE; }
p { color: rgb(201,183,254); }
H1.HeaderClassName
{
color: #C9B7FE;
}
.AnyTagClassName
{
color: #C9B7FE;
}
</style>
background-color css
<style>
a { background-color: #C9B7FE; }
a { background-color: rgb(201,183,254); }
div.DivClassName
{
background-color: #C9B7FE;
}
.BgClassName
{
background-color: #C9B7FE;
}
</style>
border-color css
<style>
span { border-color: #C9B7FE; }
span { border-color: rgb(201,183,254); }
td.TdClassName
{
border-color: #C9B7FE;
}
.TagClassName
{
border-color: #C9B7FE;
}
</style>