Shades of Lavender Blue #C8B9FF
Tints of Lavender Blue #C8B9FF
RGB
CMYK
RGB Variations
Color information
#C8B9FF (or 0xC8B9FF) is known color: Lavender Blue. HEX triplet: C8, B9 and FF. RGB value is (200,185,255). Sum of RGB (Red+Green+Blue) = 200+185+255=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9FF is #374600. Grayscale: #C5C5C5. Windows color (decimal): -3622401 or 16759240. OLE color: 16759240.
HSL color Cylindrical-coordinate representation of color #C8B9FF: hue angle of 252.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B9FF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 185 | 255 | - |
| CMYK | 0.22 | 0.27 | 0 | 0 |
| HSL | 252.86º | 1% | 0.86% | - |
| HSV(B) | 252.86º | 0.27% | 1% | - |
| XYZ | 59.22 | 54.2 | 101.95 | - |
| YUV | 197.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 255 | 0.22 | 0.27 | 0 | 0 | 252.86 | 1 | 0.86 |
| Hex | C8 | B9 | FF | 16 | 1B | 0 | 0 | FD | 64 | 56 |
| Octal | 310 | 271 | 377 | 26 | 33 | 0 | 0 | 375 | 144 | 126 |
| Binary | 11001000 | 10111001 | 11111111 | 10110 | 11011 | 0 | 0 | 11111101 | 1100100 | 1010110 |
Color Harmonies of #C8B9FF
Complementary color
Monochromatic Colors of #C8B9FF
Black with #C8B9FF
Text Example
Text Example
White with #C8B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9FF; }
p { color: rgb(200,185,255); }
H1.HeaderClassName
{
color: #C8B9FF;
}
.AnyTagClassName
{
color: #C8B9FF;
}
</style>
background-color css
<style>
a { background-color: #C8B9FF; }
a { background-color: rgb(200,185,255); }
div.DivClassName
{
background-color: #C8B9FF;
}
.BgClassName
{
background-color: #C8B9FF;
}
</style>
border-color css
<style>
span { border-color: #C8B9FF; }
span { border-color: rgb(200,185,255); }
td.TdClassName
{
border-color: #C8B9FF;
}
.TagClassName
{
border-color: #C8B9FF;
}
</style>