Shades of Lavender Blue #CFC9F6
Tints of Lavender Blue #CFC9F6
RGB
CMYK
RGB Variations
Color information
#CFC9F6 (or 0xCFC9F6) is known color: Lavender Blue. HEX triplet: CF, C9 and F6. RGB value is (207,201,246). Sum of RGB (Red+Green+Blue) = 207+201+246=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9F6 is #303609. Grayscale: #CFCFCF. Windows color (decimal): -3159562 or 16173519. OLE color: 16173519.
HSL color Cylindrical-coordinate representation of color #CFC9F6: hue angle of 248º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC9F6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 201 | 246 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.04 |
| HSL | 248º | 0.71% | 0.88% | - |
| HSV(B) | 248º | 0.18% | 0.96% | - |
| XYZ | 63.25 | 61.69 | 95.76 | - |
| YUV | 207.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 246 | 0.16 | 0.18 | 0 | 0.04 | 248 | 0.71 | 0.88 |
| Hex | CF | C9 | F6 | 10 | 12 | 0 | 4 | F8 | 47 | 58 |
| Octal | 317 | 311 | 366 | 20 | 22 | 0 | 4 | 370 | 107 | 130 |
| Binary | 11001111 | 11001001 | 11110110 | 10000 | 10010 | 0 | 100 | 11111000 | 1000111 | 1011000 |
Color Harmonies of #CFC9F6
Complementary color
Monochromatic Colors of #CFC9F6
Black with #CFC9F6
Text Example
Text Example
White with #CFC9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9F6; }
p { color: rgb(207,201,246); }
H1.HeaderClassName
{
color: #CFC9F6;
}
.AnyTagClassName
{
color: #CFC9F6;
}
</style>
background-color css
<style>
a { background-color: #CFC9F6; }
a { background-color: rgb(207,201,246); }
div.DivClassName
{
background-color: #CFC9F6;
}
.BgClassName
{
background-color: #CFC9F6;
}
</style>
border-color css
<style>
span { border-color: #CFC9F6; }
span { border-color: rgb(207,201,246); }
td.TdClassName
{
border-color: #CFC9F6;
}
.TagClassName
{
border-color: #CFC9F6;
}
</style>