Shades of Lavender Blue #C8C7FB
Tints of Lavender Blue #C8C7FB
RGB
CMYK
RGB Variations
Color information
#C8C7FB (or 0xC8C7FB) is known color: Lavender Blue. HEX triplet: C8, C7 and FB. RGB value is (200,199,251). Sum of RGB (Red+Green+Blue) = 200+199+251=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7FB is #373804. Grayscale: #CDCDCD. Windows color (decimal): -3618821 or 16500680. OLE color: 16500680.
HSL color Cylindrical-coordinate representation of color #C8C7FB: hue angle of 241.15º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C7FB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 199 | 251 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.02 |
| HSL | 241.15º | 0.87% | 0.88% | - |
| HSV(B) | 241.15º | 0.21% | 0.98% | - |
| XYZ | 61.66 | 60.09 | 99.62 | - |
| YUV | 205.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 251 | 0.20 | 0.21 | 0 | 0.02 | 241.15 | 0.87 | 0.88 |
| Hex | C8 | C7 | FB | 14 | 15 | 0 | 2 | F1 | 57 | 58 |
| Octal | 310 | 307 | 373 | 24 | 25 | 0 | 2 | 361 | 127 | 130 |
| Binary | 11001000 | 11000111 | 11111011 | 10100 | 10101 | 0 | 10 | 11110001 | 1010111 | 1011000 |
Color Harmonies of #C8C7FB
Complementary color
Monochromatic Colors of #C8C7FB
Black with #C8C7FB
Text Example
Text Example
White with #C8C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7FB; }
p { color: rgb(200,199,251); }
H1.HeaderClassName
{
color: #C8C7FB;
}
.AnyTagClassName
{
color: #C8C7FB;
}
</style>
background-color css
<style>
a { background-color: #C8C7FB; }
a { background-color: rgb(200,199,251); }
div.DivClassName
{
background-color: #C8C7FB;
}
.BgClassName
{
background-color: #C8C7FB;
}
</style>
border-color css
<style>
span { border-color: #C8C7FB; }
span { border-color: rgb(200,199,251); }
td.TdClassName
{
border-color: #C8C7FB;
}
.TagClassName
{
border-color: #C8C7FB;
}
</style>