Shades of Lavender Blue #C8C7FC
Tints of Lavender Blue #C8C7FC
RGB
CMYK
RGB Variations
Color information
#C8C7FC (or 0xC8C7FC) is known color: Lavender Blue. HEX triplet: C8, C7 and FC. RGB value is (200,199,252). Sum of RGB (Red+Green+Blue) = 200+199+252=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7FC is #373803. Grayscale: #CDCDCD. Windows color (decimal): -3618820 or 16566216. OLE color: 16566216.
HSL color Cylindrical-coordinate representation of color #C8C7FC: hue angle of 241.13º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C7FC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 199 | 252 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.01 |
| HSL | 241.13º | 0.9% | 0.88% | - |
| HSV(B) | 241.13º | 0.21% | 0.99% | - |
| XYZ | 61.81 | 60.15 | 100.45 | - |
| YUV | 205.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 252 | 0.21 | 0.21 | 0 | 0.01 | 241.13 | 0.9 | 0.88 |
| Hex | C8 | C7 | FC | 15 | 15 | 0 | 1 | F1 | 5A | 58 |
| Octal | 310 | 307 | 374 | 25 | 25 | 0 | 1 | 361 | 132 | 130 |
| Binary | 11001000 | 11000111 | 11111100 | 10101 | 10101 | 0 | 1 | 11110001 | 1011010 | 1011000 |
Color Harmonies of #C8C7FC
Complementary color
Monochromatic Colors of #C8C7FC
Black with #C8C7FC
Text Example
Text Example
White with #C8C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7FC; }
p { color: rgb(200,199,252); }
H1.HeaderClassName
{
color: #C8C7FC;
}
.AnyTagClassName
{
color: #C8C7FC;
}
</style>
background-color css
<style>
a { background-color: #C8C7FC; }
a { background-color: rgb(200,199,252); }
div.DivClassName
{
background-color: #C8C7FC;
}
.BgClassName
{
background-color: #C8C7FC;
}
</style>
border-color css
<style>
span { border-color: #C8C7FC; }
span { border-color: rgb(200,199,252); }
td.TdClassName
{
border-color: #C8C7FC;
}
.TagClassName
{
border-color: #C8C7FC;
}
</style>