Shades of Lavender Blue #C8CBFB
Tints of Lavender Blue #C8CBFB
RGB
CMYK
RGB Variations
Color information
#C8CBFB (or 0xC8CBFB) is known color: Lavender Blue. HEX triplet: C8, CB and FB. RGB value is (200,203,251). Sum of RGB (Red+Green+Blue) = 200+203+251=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBFB is #373404. Grayscale: #CFCFCF. Windows color (decimal): -3617797 or 16501704. OLE color: 16501704.
HSL color Cylindrical-coordinate representation of color #C8CBFB: hue angle of 236.47º 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 #C8CBFB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 203 | 251 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.02 |
| HSL | 236.47º | 0.86% | 0.88% | - |
| HSV(B) | 236.47º | 0.2% | 0.98% | - |
| XYZ | 62.59 | 61.96 | 99.93 | - |
| YUV | 207.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 251 | 0.20 | 0.19 | 0 | 0.02 | 236.47 | 0.86 | 0.88 |
| Hex | C8 | CB | FB | 14 | 13 | 0 | 2 | EC | 56 | 58 |
| Octal | 310 | 313 | 373 | 24 | 23 | 0 | 2 | 354 | 126 | 130 |
| Binary | 11001000 | 11001011 | 11111011 | 10100 | 10011 | 0 | 10 | 11101100 | 1010110 | 1011000 |
Color Harmonies of #C8CBFB
Complementary color
Monochromatic Colors of #C8CBFB
Black with #C8CBFB
Text Example
Text Example
White with #C8CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBFB; }
p { color: rgb(200,203,251); }
H1.HeaderClassName
{
color: #C8CBFB;
}
.AnyTagClassName
{
color: #C8CBFB;
}
</style>
background-color css
<style>
a { background-color: #C8CBFB; }
a { background-color: rgb(200,203,251); }
div.DivClassName
{
background-color: #C8CBFB;
}
.BgClassName
{
background-color: #C8CBFB;
}
</style>
border-color css
<style>
span { border-color: #C8CBFB; }
span { border-color: rgb(200,203,251); }
td.TdClassName
{
border-color: #C8CBFB;
}
.TagClassName
{
border-color: #C8CBFB;
}
</style>