Shades of Lavender Blue #C8C8F1
Tints of Lavender Blue #C8C8F1
RGB
CMYK
RGB Variations
Color information
#C8C8F1 (or 0xC8C8F1) is known color: Lavender Blue. HEX triplet: C8, C8 and F1. RGB value is (200,200,241). Sum of RGB (Red+Green+Blue) = 200+200+241=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8C8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8F1 is #37370E. Grayscale: #CCCCCC. Windows color (decimal): -3618575 or 15845576. OLE color: 15845576.
HSL color Cylindrical-coordinate representation of color #C8C8F1: hue angle of 240º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8C8F1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 200 | 241 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.05 |
| HSL | 240º | 0.59% | 0.86% | - |
| HSV(B) | 240º | 0.17% | 0.95% | - |
| XYZ | 60.35 | 59.94 | 91.61 | - |
| YUV | 204.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 241 | 0.17 | 0.17 | 0 | 0.05 | 240 | 0.59 | 0.86 |
| Hex | C8 | C8 | F1 | 11 | 11 | 0 | 5 | F0 | 3B | 56 |
| Octal | 310 | 310 | 361 | 21 | 21 | 0 | 5 | 360 | 73 | 126 |
| Binary | 11001000 | 11001000 | 11110001 | 10001 | 10001 | 0 | 101 | 11110000 | 111011 | 1010110 |
Color Harmonies of #C8C8F1
Complementary color
Monochromatic Colors of #C8C8F1
Black with #C8C8F1
Text Example
Text Example
White with #C8C8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8F1; }
p { color: rgb(200,200,241); }
H1.HeaderClassName
{
color: #C8C8F1;
}
.AnyTagClassName
{
color: #C8C8F1;
}
</style>
background-color css
<style>
a { background-color: #C8C8F1; }
a { background-color: rgb(200,200,241); }
div.DivClassName
{
background-color: #C8C8F1;
}
.BgClassName
{
background-color: #C8C8F1;
}
</style>
border-color css
<style>
span { border-color: #C8C8F1; }
span { border-color: rgb(200,200,241); }
td.TdClassName
{
border-color: #C8C8F1;
}
.TagClassName
{
border-color: #C8C8F1;
}
</style>