Shades of Lavender Blue #C7B7FE
Tints of Lavender Blue #C7B7FE
RGB
CMYK
RGB Variations
Color information
#C7B7FE (or 0xC7B7FE) is known color: Lavender Blue. HEX triplet: C7, B7 and FE. RGB value is (199,183,254). Sum of RGB (Red+Green+Blue) = 199+183+254=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7FE is #384801. Grayscale: #C3C3C3. Windows color (decimal): -3688450 or 16693191. OLE color: 16693191.
HSL color Cylindrical-coordinate representation of color #C7B7FE: hue angle of 253.52º 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 #C7B7FE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 183 | 254 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.00 |
| HSL | 253.52º | 0.97% | 0.86% | - |
| HSV(B) | 253.52º | 0.28% | 1% | - |
| XYZ | 58.38 | 53.16 | 100.95 | - |
| YUV | 195.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 254 | 0.22 | 0.28 | 0 | 0.00 | 253.52 | 0.97 | 0.86 |
| Hex | C7 | B7 | FE | 16 | 1C | 0 | 0 | FE | 61 | 56 |
| Octal | 307 | 267 | 376 | 26 | 34 | 0 | 0 | 376 | 141 | 126 |
| Binary | 11000111 | 10110111 | 11111110 | 10110 | 11100 | 0 | 0 | 11111110 | 1100001 | 1010110 |
Color Harmonies of #C7B7FE
Complementary color
Monochromatic Colors of #C7B7FE
Black with #C7B7FE
Text Example
Text Example
White with #C7B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7FE; }
p { color: rgb(199,183,254); }
H1.HeaderClassName
{
color: #C7B7FE;
}
.AnyTagClassName
{
color: #C7B7FE;
}
</style>
background-color css
<style>
a { background-color: #C7B7FE; }
a { background-color: rgb(199,183,254); }
div.DivClassName
{
background-color: #C7B7FE;
}
.BgClassName
{
background-color: #C7B7FE;
}
</style>
border-color css
<style>
span { border-color: #C7B7FE; }
span { border-color: rgb(199,183,254); }
td.TdClassName
{
border-color: #C7B7FE;
}
.TagClassName
{
border-color: #C7B7FE;
}
</style>