Shades of Lavender Blue #C8C6E9
Tints of Lavender Blue #C8C6E9
RGB
CMYK
RGB Variations
Color information
#C8C6E9 (or 0xC8C6E9) is known color: Lavender Blue. HEX triplet: C8, C6 and E9. RGB value is (200,198,233). Sum of RGB (Red+Green+Blue) = 200+198+233=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8C6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C6E9 is #373916. Grayscale: #CACACA. Windows color (decimal): -3619095 or 15320776. OLE color: 15320776.
HSL color Cylindrical-coordinate representation of color #C8C6E9: hue angle of 243.43º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8C6E9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 200 | 198 | 233 | - |
CMYK | 0.14 | 0.15 | 0 | 0.09 |
HSL | 243.43º | 0.44% | 0.85% | - |
HSV(B) | 243.43º | 0.15% | 0.91% | - |
XYZ | 58.72 | 58.55 | 85.3 | - |
YUV | 202.59 | 145.16 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 198 | 233 | 0.14 | 0.15 | 0 | 0.09 | 243.43 | 0.44 | 0.85 |
Hex | C8 | C6 | E9 | E | F | 0 | 9 | F3 | 2C | 55 |
Octal | 310 | 306 | 351 | 16 | 17 | 0 | 11 | 363 | 54 | 125 |
Binary | 11001000 | 11000110 | 11101001 | 1110 | 1111 | 0 | 1001 | 11110011 | 101100 | 1010101 |
Color Harmonies of #C8C6E9
Complementary color
Monochromatic Colors of #C8C6E9
Black with #C8C6E9
Text Example
Text Example
White with #C8C6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6E9; }
p { color: rgb(200,198,233); }
H1.HeaderClassName
{
color: #C8C6E9;
}
.AnyTagClassName
{
color: #C8C6E9;
}
</style>
background-color css
<style>
a { background-color: #C8C6E9; }
a { background-color: rgb(200,198,233); }
div.DivClassName
{
background-color: #C8C6E9;
}
.BgClassName
{
background-color: #C8C6E9;
}
</style>
border-color css
<style>
span { border-color: #C8C6E9; }
span { border-color: rgb(200,198,233); }
td.TdClassName
{
border-color: #C8C6E9;
}
.TagClassName
{
border-color: #C8C6E9;
}
</style>