Shades of Lavender Grey #C8C8E6
Tints of Lavender Grey #C8C8E6
RGB
CMYK
RGB Variations
Color information
#C8C8E6 (or 0xC8C8E6) is known color: Lavender Grey. HEX triplet: C8, C8 and E6. RGB value is (200,200,230). Sum of RGB (Red+Green+Blue) = 200+200+230=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8E6 is #373719. Grayscale: #CBCBCB. Windows color (decimal): -3618586 or 15124680. OLE color: 15124680.
HSL color Cylindrical-coordinate representation of color #C8C8E6: hue angle of 240º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C8E6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 200 | 230 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.10 |
| HSL | 240º | 0.38% | 0.84% | - |
| HSV(B) | 240º | 0.13% | 0.9% | - |
| XYZ | 58.76 | 59.3 | 83.21 | - |
| YUV | 203.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 230 | 0.13 | 0.13 | 0 | 0.10 | 240 | 0.38 | 0.84 |
| Hex | C8 | C8 | E6 | D | D | 0 | A | F0 | 26 | 54 |
| Octal | 310 | 310 | 346 | 15 | 15 | 0 | 12 | 360 | 46 | 124 |
| Binary | 11001000 | 11001000 | 11100110 | 1101 | 1101 | 0 | 1010 | 11110000 | 100110 | 1010100 |
Color Harmonies of #C8C8E6
Complementary color
Monochromatic Colors of #C8C8E6
Black with #C8C8E6
Text Example
Text Example
White with #C8C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8E6; }
p { color: rgb(200,200,230); }
H1.HeaderClassName
{
color: #C8C8E6;
}
.AnyTagClassName
{
color: #C8C8E6;
}
</style>
background-color css
<style>
a { background-color: #C8C8E6; }
a { background-color: rgb(200,200,230); }
div.DivClassName
{
background-color: #C8C8E6;
}
.BgClassName
{
background-color: #C8C8E6;
}
</style>
border-color css
<style>
span { border-color: #C8C8E6; }
span { border-color: rgb(200,200,230); }
td.TdClassName
{
border-color: #C8C8E6;
}
.TagClassName
{
border-color: #C8C8E6;
}
</style>