Shades of Lavender Blue #C8C5FA
Tints of Lavender Blue #C8C5FA
RGB
CMYK
RGB Variations
Color information
#C8C5FA (or 0xC8C5FA) is known color: Lavender Blue. HEX triplet: C8, C5 and FA. RGB value is (200,197,250). Sum of RGB (Red+Green+Blue) = 200+197+250=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5FA is #373A05. Grayscale: #CBCBCB. Windows color (decimal): -3619334 or 16434632. OLE color: 16434632.
HSL color Cylindrical-coordinate representation of color #C8C5FA: hue angle of 243.4º degrees, saturation: 0.84, 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 #C8C5FA is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 197 | 250 | - |
| CMYK | 0.2 | 0.21 | 0 | 0.02 |
| HSL | 243.4º | 0.84% | 0.88% | - |
| HSV(B) | 243.4º | 0.21% | 0.98% | - |
| XYZ | 61.04 | 59.11 | 98.64 | - |
| YUV | 203.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 250 | 0.2 | 0.21 | 0 | 0.02 | 243.4 | 0.84 | 0.88 |
| Hex | C8 | C5 | FA | 14 | 15 | 0 | 2 | F3 | 54 | 58 |
| Octal | 310 | 305 | 372 | 24 | 25 | 0 | 2 | 363 | 124 | 130 |
| Binary | 11001000 | 11000101 | 11111010 | 10100 | 10101 | 0 | 10 | 11110011 | 1010100 | 1011000 |
Color Harmonies of #C8C5FA
Complementary color
Monochromatic Colors of #C8C5FA
Black with #C8C5FA
Text Example
Text Example
White with #C8C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5FA; }
p { color: rgb(200,197,250); }
H1.HeaderClassName
{
color: #C8C5FA;
}
.AnyTagClassName
{
color: #C8C5FA;
}
</style>
background-color css
<style>
a { background-color: #C8C5FA; }
a { background-color: rgb(200,197,250); }
div.DivClassName
{
background-color: #C8C5FA;
}
.BgClassName
{
background-color: #C8C5FA;
}
</style>
border-color css
<style>
span { border-color: #C8C5FA; }
span { border-color: rgb(200,197,250); }
td.TdClassName
{
border-color: #C8C5FA;
}
.TagClassName
{
border-color: #C8C5FA;
}
</style>