Shades of Lavender Blue #C8C9FB
Tints of Lavender Blue #C8C9FB
RGB
CMYK
RGB Variations
Color information
#C8C9FB (or 0xC8C9FB) is known color: Lavender Blue. HEX triplet: C8, C9 and FB. RGB value is (200,201,251). Sum of RGB (Red+Green+Blue) = 200+201+251=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9FB is #373604. Grayscale: #CECECE. Windows color (decimal): -3618309 or 16501192. OLE color: 16501192.
HSL color Cylindrical-coordinate representation of color #C8C9FB: hue angle of 238.82º 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 #C8C9FB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 201 | 251 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.02 |
| HSL | 238.82º | 0.86% | 0.88% | - |
| HSV(B) | 238.82º | 0.2% | 0.98% | - |
| XYZ | 62.12 | 61.02 | 99.77 | - |
| YUV | 206.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 251 | 0.20 | 0.20 | 0 | 0.02 | 238.82 | 0.86 | 0.88 |
| Hex | C8 | C9 | FB | 14 | 14 | 0 | 2 | EF | 56 | 58 |
| Octal | 310 | 311 | 373 | 24 | 24 | 0 | 2 | 357 | 126 | 130 |
| Binary | 11001000 | 11001001 | 11111011 | 10100 | 10100 | 0 | 10 | 11101111 | 1010110 | 1011000 |
Color Harmonies of #C8C9FB
Complementary color
Monochromatic Colors of #C8C9FB
Black with #C8C9FB
Text Example
Text Example
White with #C8C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9FB; }
p { color: rgb(200,201,251); }
H1.HeaderClassName
{
color: #C8C9FB;
}
.AnyTagClassName
{
color: #C8C9FB;
}
</style>
background-color css
<style>
a { background-color: #C8C9FB; }
a { background-color: rgb(200,201,251); }
div.DivClassName
{
background-color: #C8C9FB;
}
.BgClassName
{
background-color: #C8C9FB;
}
</style>
border-color css
<style>
span { border-color: #C8C9FB; }
span { border-color: rgb(200,201,251); }
td.TdClassName
{
border-color: #C8C9FB;
}
.TagClassName
{
border-color: #C8C9FB;
}
</style>