Shades of Lavender Blue #C8C5FB
Tints of Lavender Blue #C8C5FB
RGB
CMYK
RGB Variations
Color information
#C8C5FB (or 0xC8C5FB) is known color: Lavender Blue. HEX triplet: C8, C5 and FB. RGB value is (200,197,251). Sum of RGB (Red+Green+Blue) = 200+197+251=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5FB is #373A04. Grayscale: #CBCBCB. Windows color (decimal): -3619333 or 16500168. OLE color: 16500168.
HSL color Cylindrical-coordinate representation of color #C8C5FB: hue angle of 243.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8C5FB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 197 | 251 | - |
CMYK | 0.20 | 0.22 | 0 | 0.02 |
HSL | 243.33º | 0.87% | 0.88% | - |
HSV(B) | 243.33º | 0.22% | 0.98% | - |
XYZ | 61.2 | 59.18 | 99.46 | - |
YUV | 204.05 | 154.49 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 251 | 0.20 | 0.22 | 0 | 0.02 | 243.33 | 0.87 | 0.88 |
Hex | C8 | C5 | FB | 14 | 16 | 0 | 2 | F3 | 57 | 58 |
Octal | 310 | 305 | 373 | 24 | 26 | 0 | 2 | 363 | 127 | 130 |
Binary | 11001000 | 11000101 | 11111011 | 10100 | 10110 | 0 | 10 | 11110011 | 1010111 | 1011000 |
Color Harmonies of #C8C5FB
Complementary color
Monochromatic Colors of #C8C5FB
Black with #C8C5FB
Text Example
Text Example
White with #C8C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5FB; }
p { color: rgb(200,197,251); }
H1.HeaderClassName
{
color: #C8C5FB;
}
.AnyTagClassName
{
color: #C8C5FB;
}
</style>
background-color css
<style>
a { background-color: #C8C5FB; }
a { background-color: rgb(200,197,251); }
div.DivClassName
{
background-color: #C8C5FB;
}
.BgClassName
{
background-color: #C8C5FB;
}
</style>
border-color css
<style>
span { border-color: #C8C5FB; }
span { border-color: rgb(200,197,251); }
td.TdClassName
{
border-color: #C8C5FB;
}
.TagClassName
{
border-color: #C8C5FB;
}
</style>