Shades of Lavender Blue #C8C8FB
Tints of Lavender Blue #C8C8FB
RGB
CMYK
RGB Variations
Color information
#C8C8FB (or 0xC8C8FB) is known color: Lavender Blue. HEX triplet: C8, C8 and FB. RGB value is (200,200,251). Sum of RGB (Red+Green+Blue) = 200+200+251=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8FB is #373704. Grayscale: #CDCDCD. Windows color (decimal): -3618565 or 16500936. OLE color: 16500936.
HSL color Cylindrical-coordinate representation of color #C8C8FB: hue angle of 240º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8C8FB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 200 | 251 | - |
CMYK | 0.20 | 0.20 | 0 | 0.02 |
HSL | 240º | 0.86% | 0.88% | - |
HSV(B) | 240º | 0.2% | 0.98% | - |
XYZ | 61.89 | 60.55 | 99.69 | - |
YUV | 205.81 | 153.5 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 251 | 0.20 | 0.20 | 0 | 0.02 | 240 | 0.86 | 0.88 |
Hex | C8 | C8 | FB | 14 | 14 | 0 | 2 | F0 | 56 | 58 |
Octal | 310 | 310 | 373 | 24 | 24 | 0 | 2 | 360 | 126 | 130 |
Binary | 11001000 | 11001000 | 11111011 | 10100 | 10100 | 0 | 10 | 11110000 | 1010110 | 1011000 |
Color Harmonies of #C8C8FB
Complementary color
Monochromatic Colors of #C8C8FB
Black with #C8C8FB
Text Example
Text Example
White with #C8C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8FB; }
p { color: rgb(200,200,251); }
H1.HeaderClassName
{
color: #C8C8FB;
}
.AnyTagClassName
{
color: #C8C8FB;
}
</style>
background-color css
<style>
a { background-color: #C8C8FB; }
a { background-color: rgb(200,200,251); }
div.DivClassName
{
background-color: #C8C8FB;
}
.BgClassName
{
background-color: #C8C8FB;
}
</style>
border-color css
<style>
span { border-color: #C8C8FB; }
span { border-color: rgb(200,200,251); }
td.TdClassName
{
border-color: #C8C8FB;
}
.TagClassName
{
border-color: #C8C8FB;
}
</style>