Shades of Lavender Blue #CFC8F6
Tints of Lavender Blue #CFC8F6
RGB
CMYK
RGB Variations
Color information
#CFC8F6 (or 0xCFC8F6) is known color: Lavender Blue. HEX triplet: CF, C8 and F6. RGB value is (207,200,246). Sum of RGB (Red+Green+Blue) = 207+200+246=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFC8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8F6 is #303709. Grayscale: #CFCFCF. Windows color (decimal): -3159818 or 16173263. OLE color: 16173263.
HSL color Cylindrical-coordinate representation of color #CFC8F6: hue angle of 249.13º 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 #CFC8F6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 200 | 246 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.04 |
| HSL | 249.13º | 0.72% | 0.87% | - |
| HSV(B) | 249.13º | 0.19% | 0.96% | - |
| XYZ | 63.02 | 61.23 | 95.69 | - |
| YUV | 207.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 246 | 0.16 | 0.19 | 0 | 0.04 | 249.13 | 0.72 | 0.87 |
| Hex | CF | C8 | F6 | 10 | 13 | 0 | 4 | F9 | 48 | 57 |
| Octal | 317 | 310 | 366 | 20 | 23 | 0 | 4 | 371 | 110 | 127 |
| Binary | 11001111 | 11001000 | 11110110 | 10000 | 10011 | 0 | 100 | 11111001 | 1001000 | 1010111 |
Color Harmonies of #CFC8F6
Complementary color
Monochromatic Colors of #CFC8F6
Black with #CFC8F6
Text Example
Text Example
White with #CFC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8F6; }
p { color: rgb(207,200,246); }
H1.HeaderClassName
{
color: #CFC8F6;
}
.AnyTagClassName
{
color: #CFC8F6;
}
</style>
background-color css
<style>
a { background-color: #CFC8F6; }
a { background-color: rgb(207,200,246); }
div.DivClassName
{
background-color: #CFC8F6;
}
.BgClassName
{
background-color: #CFC8F6;
}
</style>
border-color css
<style>
span { border-color: #CFC8F6; }
span { border-color: rgb(207,200,246); }
td.TdClassName
{
border-color: #CFC8F6;
}
.TagClassName
{
border-color: #CFC8F6;
}
</style>