Shades of Lavender Blue #C8B7FB
Tints of Lavender Blue #C8B7FB
RGB
CMYK
RGB Variations
Color information
#C8B7FB (or 0xC8B7FB) is known color: Lavender Blue. HEX triplet: C8, B7 and FB. RGB value is (200,183,251). Sum of RGB (Red+Green+Blue) = 200+183+251=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8B7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B7FB is #374804. Grayscale: #C3C3C3. Windows color (decimal): -3622917 or 16496584. OLE color: 16496584.
HSL color Cylindrical-coordinate representation of color #C8B7FB: hue angle of 255º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B7FB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 183 | 251 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.02 |
| HSL | 255º | 0.89% | 0.85% | - |
| HSV(B) | 255º | 0.27% | 0.98% | - |
| XYZ | 58.17 | 53.11 | 98.45 | - |
| YUV | 195.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 251 | 0.20 | 0.27 | 0 | 0.02 | 255 | 0.89 | 0.85 |
| Hex | C8 | B7 | FB | 14 | 1B | 0 | 2 | FF | 59 | 55 |
| Octal | 310 | 267 | 373 | 24 | 33 | 0 | 2 | 377 | 131 | 125 |
| Binary | 11001000 | 10110111 | 11111011 | 10100 | 11011 | 0 | 10 | 11111111 | 1011001 | 1010101 |
Color Harmonies of #C8B7FB
Complementary color
Monochromatic Colors of #C8B7FB
Black with #C8B7FB
Text Example
Text Example
White with #C8B7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7FB; }
p { color: rgb(200,183,251); }
H1.HeaderClassName
{
color: #C8B7FB;
}
.AnyTagClassName
{
color: #C8B7FB;
}
</style>
background-color css
<style>
a { background-color: #C8B7FB; }
a { background-color: rgb(200,183,251); }
div.DivClassName
{
background-color: #C8B7FB;
}
.BgClassName
{
background-color: #C8B7FB;
}
</style>
border-color css
<style>
span { border-color: #C8B7FB; }
span { border-color: rgb(200,183,251); }
td.TdClassName
{
border-color: #C8B7FB;
}
.TagClassName
{
border-color: #C8B7FB;
}
</style>