Shades of Lavender Blue #C8CCF6
Tints of Lavender Blue #C8CCF6
RGB
CMYK
RGB Variations
Color information
#C8CCF6 (or 0xC8CCF6) is known color: Lavender Blue. HEX triplet: C8, CC and F6. RGB value is (200,204,246). Sum of RGB (Red+Green+Blue) = 200+204+246=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCF6 is #373309. Grayscale: #CFCFCF. Windows color (decimal): -3617546 or 16174280. OLE color: 16174280.
HSL color Cylindrical-coordinate representation of color #C8CCF6: hue angle of 234.78º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CCF6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 204 | 246 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.04 |
| HSL | 234.78º | 0.72% | 0.87% | - |
| HSV(B) | 234.78º | 0.19% | 0.96% | - |
| XYZ | 62.05 | 62.12 | 95.91 | - |
| YUV | 207.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 246 | 0.19 | 0.17 | 0 | 0.04 | 234.78 | 0.72 | 0.87 |
| Hex | C8 | CC | F6 | 13 | 11 | 0 | 4 | EB | 48 | 57 |
| Octal | 310 | 314 | 366 | 23 | 21 | 0 | 4 | 353 | 110 | 127 |
| Binary | 11001000 | 11001100 | 11110110 | 10011 | 10001 | 0 | 100 | 11101011 | 1001000 | 1010111 |
Color Harmonies of #C8CCF6
Complementary color
Monochromatic Colors of #C8CCF6
Black with #C8CCF6
Text Example
Text Example
White with #C8CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCF6; }
p { color: rgb(200,204,246); }
H1.HeaderClassName
{
color: #C8CCF6;
}
.AnyTagClassName
{
color: #C8CCF6;
}
</style>
background-color css
<style>
a { background-color: #C8CCF6; }
a { background-color: rgb(200,204,246); }
div.DivClassName
{
background-color: #C8CCF6;
}
.BgClassName
{
background-color: #C8CCF6;
}
</style>
border-color css
<style>
span { border-color: #C8CCF6; }
span { border-color: rgb(200,204,246); }
td.TdClassName
{
border-color: #C8CCF6;
}
.TagClassName
{
border-color: #C8CCF6;
}
</style>