Shades of Lavender Blue #C8B8FB
Tints of Lavender Blue #C8B8FB
RGB
CMYK
RGB Variations
Color information
#C8B8FB (or 0xC8B8FB) is known color: Lavender Blue. HEX triplet: C8, B8 and FB. RGB value is (200,184,251). Sum of RGB (Red+Green+Blue) = 200+184+251=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8FB is #374704. Grayscale: #C4C4C4. Windows color (decimal): -3622661 or 16496840. OLE color: 16496840.
HSL color Cylindrical-coordinate representation of color #C8B8FB: hue angle of 254.33º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B8FB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 184 | 251 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.02 |
| HSL | 254.33º | 0.89% | 0.85% | - |
| HSV(B) | 254.33º | 0.27% | 0.98% | - |
| XYZ | 58.37 | 53.53 | 98.52 | - |
| YUV | 196.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 251 | 0.20 | 0.27 | 0 | 0.02 | 254.33 | 0.89 | 0.85 |
| Hex | C8 | B8 | FB | 14 | 1B | 0 | 2 | FE | 59 | 55 |
| Octal | 310 | 270 | 373 | 24 | 33 | 0 | 2 | 376 | 131 | 125 |
| Binary | 11001000 | 10111000 | 11111011 | 10100 | 11011 | 0 | 10 | 11111110 | 1011001 | 1010101 |
Color Harmonies of #C8B8FB
Complementary color
Monochromatic Colors of #C8B8FB
Black with #C8B8FB
Text Example
Text Example
White with #C8B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8FB; }
p { color: rgb(200,184,251); }
H1.HeaderClassName
{
color: #C8B8FB;
}
.AnyTagClassName
{
color: #C8B8FB;
}
</style>
background-color css
<style>
a { background-color: #C8B8FB; }
a { background-color: rgb(200,184,251); }
div.DivClassName
{
background-color: #C8B8FB;
}
.BgClassName
{
background-color: #C8B8FB;
}
</style>
border-color css
<style>
span { border-color: #C8B8FB; }
span { border-color: rgb(200,184,251); }
td.TdClassName
{
border-color: #C8B8FB;
}
.TagClassName
{
border-color: #C8B8FB;
}
</style>