Shades of Lavender Blue #C8C0F1
Tints of Lavender Blue #C8C0F1
RGB
CMYK
RGB Variations
Color information
#C8C0F1 (or 0xC8C0F1) is known color: Lavender Blue. HEX triplet: C8, C0 and F1. RGB value is (200,192,241). Sum of RGB (Red+Green+Blue) = 200+192+241=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0F1 is #373F0E. Grayscale: #C7C7C7. Windows color (decimal): -3620623 or 15843528. OLE color: 15843528.
HSL color Cylindrical-coordinate representation of color #C8C0F1: hue angle of 249.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8C0F1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 192 | 241 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.05 |
| HSL | 249.8º | 0.64% | 0.85% | - |
| HSV(B) | 249.8º | 0.2% | 0.95% | - |
| XYZ | 58.55 | 56.33 | 91.01 | - |
| YUV | 199.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 241 | 0.17 | 0.20 | 0 | 0.05 | 249.8 | 0.64 | 0.85 |
| Hex | C8 | C0 | F1 | 11 | 14 | 0 | 5 | FA | 40 | 55 |
| Octal | 310 | 300 | 361 | 21 | 24 | 0 | 5 | 372 | 100 | 125 |
| Binary | 11001000 | 11000000 | 11110001 | 10001 | 10100 | 0 | 101 | 11111010 | 1000000 | 1010101 |
Color Harmonies of #C8C0F1
Complementary color
Monochromatic Colors of #C8C0F1
Black with #C8C0F1
Text Example
Text Example
White with #C8C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0F1; }
p { color: rgb(200,192,241); }
H1.HeaderClassName
{
color: #C8C0F1;
}
.AnyTagClassName
{
color: #C8C0F1;
}
</style>
background-color css
<style>
a { background-color: #C8C0F1; }
a { background-color: rgb(200,192,241); }
div.DivClassName
{
background-color: #C8C0F1;
}
.BgClassName
{
background-color: #C8C0F1;
}
</style>
border-color css
<style>
span { border-color: #C8C0F1; }
span { border-color: rgb(200,192,241); }
td.TdClassName
{
border-color: #C8C0F1;
}
.TagClassName
{
border-color: #C8C0F1;
}
</style>