Shades of Lavender Blue #C8C6FC
Tints of Lavender Blue #C8C6FC
RGB
CMYK
RGB Variations
Color information
#C8C6FC (or 0xC8C6FC) is known color: Lavender Blue. HEX triplet: C8, C6 and FC. RGB value is (200,198,252). Sum of RGB (Red+Green+Blue) = 200+198+252=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C6FC is #373903. Grayscale: #CCCCCC. Windows color (decimal): -3619076 or 16565960. OLE color: 16565960.
HSL color Cylindrical-coordinate representation of color #C8C6FC: hue angle of 242.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C6FC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 198 | 252 | - |
CMYK | 0.21 | 0.21 | 0 | 0.01 |
HSL | 242.22º | 0.9% | 0.88% | - |
HSV(B) | 242.22º | 0.21% | 0.99% | - |
XYZ | 61.58 | 59.7 | 100.37 | - |
YUV | 204.75 | 154.66 | 124.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 198 | 252 | 0.21 | 0.21 | 0 | 0.01 | 242.22 | 0.9 | 0.88 |
Hex | C8 | C6 | FC | 15 | 15 | 0 | 1 | F2 | 5A | 58 |
Octal | 310 | 306 | 374 | 25 | 25 | 0 | 1 | 362 | 132 | 130 |
Binary | 11001000 | 11000110 | 11111100 | 10101 | 10101 | 0 | 1 | 11110010 | 1011010 | 1011000 |
Color Harmonies of #C8C6FC
Complementary color
Monochromatic Colors of #C8C6FC
Black with #C8C6FC
Text Example
Text Example
White with #C8C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6FC; }
p { color: rgb(200,198,252); }
H1.HeaderClassName
{
color: #C8C6FC;
}
.AnyTagClassName
{
color: #C8C6FC;
}
</style>
background-color css
<style>
a { background-color: #C8C6FC; }
a { background-color: rgb(200,198,252); }
div.DivClassName
{
background-color: #C8C6FC;
}
.BgClassName
{
background-color: #C8C6FC;
}
</style>
border-color css
<style>
span { border-color: #C8C6FC; }
span { border-color: rgb(200,198,252); }
td.TdClassName
{
border-color: #C8C6FC;
}
.TagClassName
{
border-color: #C8C6FC;
}
</style>