Shades of Lavender Blue #CFC6FC
Tints of Lavender Blue #CFC6FC
RGB
CMYK
RGB Variations
Color information
#CFC6FC (or 0xCFC6FC) is known color: Lavender Blue. HEX triplet: CF, C6 and FC. RGB value is (207,198,252). Sum of RGB (Red+Green+Blue) = 207+198+252=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6FC is #303903. Grayscale: #CECECE. Windows color (decimal): -3160324 or 16565967. OLE color: 16565967.
HSL color Cylindrical-coordinate representation of color #CFC6FC: hue angle of 250º 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 #CFC6FC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 198 | 252 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.01 |
| HSL | 250º | 0.9% | 0.88% | - |
| HSV(B) | 250º | 0.21% | 0.99% | - |
| XYZ | 63.5 | 60.68 | 100.46 | - |
| YUV | 206.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 252 | 0.18 | 0.21 | 0 | 0.01 | 250 | 0.9 | 0.88 |
| Hex | CF | C6 | FC | 12 | 15 | 0 | 1 | FA | 5A | 58 |
| Octal | 317 | 306 | 374 | 22 | 25 | 0 | 1 | 372 | 132 | 130 |
| Binary | 11001111 | 11000110 | 11111100 | 10010 | 10101 | 0 | 1 | 11111010 | 1011010 | 1011000 |
Color Harmonies of #CFC6FC
Complementary color
Monochromatic Colors of #CFC6FC
Black with #CFC6FC
Text Example
Text Example
White with #CFC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6FC; }
p { color: rgb(207,198,252); }
H1.HeaderClassName
{
color: #CFC6FC;
}
.AnyTagClassName
{
color: #CFC6FC;
}
</style>
background-color css
<style>
a { background-color: #CFC6FC; }
a { background-color: rgb(207,198,252); }
div.DivClassName
{
background-color: #CFC6FC;
}
.BgClassName
{
background-color: #CFC6FC;
}
</style>
border-color css
<style>
span { border-color: #CFC6FC; }
span { border-color: rgb(207,198,252); }
td.TdClassName
{
border-color: #CFC6FC;
}
.TagClassName
{
border-color: #CFC6FC;
}
</style>