Shades of Lavender Blue #C8C8FE
Tints of Lavender Blue #C8C8FE
RGB
CMYK
RGB Variations
Color information
#C8C8FE (or 0xC8C8FE) is known color: Lavender Blue. HEX triplet: C8, C8 and FE. RGB value is (200,200,254). Sum of RGB (Red+Green+Blue) = 200+200+254=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8FE is #373701. Grayscale: #CDCDCD. Windows color (decimal): -3618562 or 16697544. OLE color: 16697544.
HSL color Cylindrical-coordinate representation of color #C8C8FE: hue angle of 240º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C8FE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 200 | 254 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.00 |
| HSL | 240º | 0.96% | 0.89% | - |
| HSV(B) | 240º | 0.21% | 1% | - |
| XYZ | 62.36 | 60.74 | 102.2 | - |
| YUV | 206.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 254 | 0.21 | 0.21 | 0 | 0.00 | 240 | 0.96 | 0.89 |
| Hex | C8 | C8 | FE | 15 | 15 | 0 | 0 | F0 | 60 | 59 |
| Octal | 310 | 310 | 376 | 25 | 25 | 0 | 0 | 360 | 140 | 131 |
| Binary | 11001000 | 11001000 | 11111110 | 10101 | 10101 | 0 | 0 | 11110000 | 1100000 | 1011001 |
Color Harmonies of #C8C8FE
Complementary color
Monochromatic Colors of #C8C8FE
Black with #C8C8FE
Text Example
Text Example
White with #C8C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8FE; }
p { color: rgb(200,200,254); }
H1.HeaderClassName
{
color: #C8C8FE;
}
.AnyTagClassName
{
color: #C8C8FE;
}
</style>
background-color css
<style>
a { background-color: #C8C8FE; }
a { background-color: rgb(200,200,254); }
div.DivClassName
{
background-color: #C8C8FE;
}
.BgClassName
{
background-color: #C8C8FE;
}
</style>
border-color css
<style>
span { border-color: #C8C8FE; }
span { border-color: rgb(200,200,254); }
td.TdClassName
{
border-color: #C8C8FE;
}
.TagClassName
{
border-color: #C8C8FE;
}
</style>