Shades of Lavender Blue #C8C5F1
Tints of Lavender Blue #C8C5F1
RGB
CMYK
RGB Variations
Color information
#C8C5F1 (or 0xC8C5F1) is known color: Lavender Blue. HEX triplet: C8, C5 and F1. RGB value is (200,197,241). Sum of RGB (Red+Green+Blue) = 200+197+241=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8C5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5F1 is #373A0E. Grayscale: #CACACA. Windows color (decimal): -3619343 or 15844808. OLE color: 15844808.
HSL color Cylindrical-coordinate representation of color #C8C5F1: hue angle of 244.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8C5F1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 197 | 241 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.05 |
| HSL | 244.09º | 0.61% | 0.86% | - |
| HSV(B) | 244.09º | 0.18% | 0.95% | - |
| XYZ | 59.66 | 58.56 | 91.38 | - |
| YUV | 202.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 241 | 0.17 | 0.18 | 0 | 0.05 | 244.09 | 0.61 | 0.86 |
| Hex | C8 | C5 | F1 | 11 | 12 | 0 | 5 | F4 | 3D | 56 |
| Octal | 310 | 305 | 361 | 21 | 22 | 0 | 5 | 364 | 75 | 126 |
| Binary | 11001000 | 11000101 | 11110001 | 10001 | 10010 | 0 | 101 | 11110100 | 111101 | 1010110 |
Color Harmonies of #C8C5F1
Complementary color
Monochromatic Colors of #C8C5F1
Black with #C8C5F1
Text Example
Text Example
White with #C8C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5F1; }
p { color: rgb(200,197,241); }
H1.HeaderClassName
{
color: #C8C5F1;
}
.AnyTagClassName
{
color: #C8C5F1;
}
</style>
background-color css
<style>
a { background-color: #C8C5F1; }
a { background-color: rgb(200,197,241); }
div.DivClassName
{
background-color: #C8C5F1;
}
.BgClassName
{
background-color: #C8C5F1;
}
</style>
border-color css
<style>
span { border-color: #C8C5F1; }
span { border-color: rgb(200,197,241); }
td.TdClassName
{
border-color: #C8C5F1;
}
.TagClassName
{
border-color: #C8C5F1;
}
</style>