Shades of Lavender Blue #C8B5FE
Tints of Lavender Blue #C8B5FE
RGB
CMYK
RGB Variations
Color information
#C8B5FE (or 0xC8B5FE) is known color: Lavender Blue. HEX triplet: C8, B5 and FE. RGB value is (200,181,254). Sum of RGB (Red+Green+Blue) = 200+181+254=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5FE is #374A01. Grayscale: #C2C2C2. Windows color (decimal): -3623426 or 16692680. OLE color: 16692680.
HSL color Cylindrical-coordinate representation of color #C8B5FE: hue angle of 255.62º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B5FE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 181 | 254 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.00 |
| HSL | 255.62º | 0.97% | 0.85% | - |
| HSV(B) | 255.62º | 0.29% | 1% | - |
| XYZ | 58.23 | 52.48 | 100.83 | - |
| YUV | 195 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 254 | 0.21 | 0.29 | 0 | 0.00 | 255.62 | 0.97 | 0.85 |
| Hex | C8 | B5 | FE | 15 | 1D | 0 | 0 | 100 | 61 | 55 |
| Octal | 310 | 265 | 376 | 25 | 35 | 0 | 0 | 400 | 141 | 125 |
| Binary | 11001000 | 10110101 | 11111110 | 10101 | 11101 | 0 | 0 | 100000000 | 1100001 | 1010101 |
Color Harmonies of #C8B5FE
Complementary color
Monochromatic Colors of #C8B5FE
Black with #C8B5FE
Text Example
Text Example
White with #C8B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5FE; }
p { color: rgb(200,181,254); }
H1.HeaderClassName
{
color: #C8B5FE;
}
.AnyTagClassName
{
color: #C8B5FE;
}
</style>
background-color css
<style>
a { background-color: #C8B5FE; }
a { background-color: rgb(200,181,254); }
div.DivClassName
{
background-color: #C8B5FE;
}
.BgClassName
{
background-color: #C8B5FE;
}
</style>
border-color css
<style>
span { border-color: #C8B5FE; }
span { border-color: rgb(200,181,254); }
td.TdClassName
{
border-color: #C8B5FE;
}
.TagClassName
{
border-color: #C8B5FE;
}
</style>