Shades of Lavender Blue #C8C8FC
Tints of Lavender Blue #C8C8FC
RGB
CMYK
RGB Variations
Color information
#C8C8FC (or 0xC8C8FC) is known color: Lavender Blue. HEX triplet: C8, C8 and FC. RGB value is (200,200,252). Sum of RGB (Red+Green+Blue) = 200+200+252=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8FC is #373703. Grayscale: #CDCDCD. Windows color (decimal): -3618564 or 16566472. OLE color: 16566472.
HSL color Cylindrical-coordinate representation of color #C8C8FC: hue angle of 240º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C8FC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 200 | 252 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.01 |
| HSL | 240º | 0.9% | 0.89% | - |
| HSV(B) | 240º | 0.21% | 0.99% | - |
| XYZ | 62.04 | 60.62 | 100.53 | - |
| YUV | 205.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 252 | 0.21 | 0.21 | 0 | 0.01 | 240 | 0.9 | 0.89 |
| Hex | C8 | C8 | FC | 15 | 15 | 0 | 1 | F0 | 5A | 59 |
| Octal | 310 | 310 | 374 | 25 | 25 | 0 | 1 | 360 | 132 | 131 |
| Binary | 11001000 | 11001000 | 11111100 | 10101 | 10101 | 0 | 1 | 11110000 | 1011010 | 1011001 |
Color Harmonies of #C8C8FC
Complementary color
Monochromatic Colors of #C8C8FC
Black with #C8C8FC
Text Example
Text Example
White with #C8C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8FC; }
p { color: rgb(200,200,252); }
H1.HeaderClassName
{
color: #C8C8FC;
}
.AnyTagClassName
{
color: #C8C8FC;
}
</style>
background-color css
<style>
a { background-color: #C8C8FC; }
a { background-color: rgb(200,200,252); }
div.DivClassName
{
background-color: #C8C8FC;
}
.BgClassName
{
background-color: #C8C8FC;
}
</style>
border-color css
<style>
span { border-color: #C8C8FC; }
span { border-color: rgb(200,200,252); }
td.TdClassName
{
border-color: #C8C8FC;
}
.TagClassName
{
border-color: #C8C8FC;
}
</style>