Shades of Lavender Blue #CFC6FE
Tints of Lavender Blue #CFC6FE
RGB
CMYK
RGB Variations
Color information
#CFC6FE (or 0xCFC6FE) is known color: Lavender Blue. HEX triplet: CF, C6 and FE. RGB value is (207,198,254). Sum of RGB (Red+Green+Blue) = 207+198+254=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6FE is #303901. Grayscale: #CECECE. Windows color (decimal): -3160322 or 16697039. OLE color: 16697039.
HSL color Cylindrical-coordinate representation of color #CFC6FE: hue angle of 249.64º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC6FE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 198 | 254 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.00 |
| HSL | 249.64º | 0.97% | 0.89% | - |
| HSV(B) | 249.64º | 0.22% | 1% | - |
| XYZ | 63.82 | 60.81 | 102.14 | - |
| YUV | 207.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 254 | 0.19 | 0.22 | 0 | 0.00 | 249.64 | 0.97 | 0.89 |
| Hex | CF | C6 | FE | 13 | 16 | 0 | 0 | FA | 61 | 59 |
| Octal | 317 | 306 | 376 | 23 | 26 | 0 | 0 | 372 | 141 | 131 |
| Binary | 11001111 | 11000110 | 11111110 | 10011 | 10110 | 0 | 0 | 11111010 | 1100001 | 1011001 |
Color Harmonies of #CFC6FE
Complementary color
Monochromatic Colors of #CFC6FE
Black with #CFC6FE
Text Example
Text Example
White with #CFC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6FE; }
p { color: rgb(207,198,254); }
H1.HeaderClassName
{
color: #CFC6FE;
}
.AnyTagClassName
{
color: #CFC6FE;
}
</style>
background-color css
<style>
a { background-color: #CFC6FE; }
a { background-color: rgb(207,198,254); }
div.DivClassName
{
background-color: #CFC6FE;
}
.BgClassName
{
background-color: #CFC6FE;
}
</style>
border-color css
<style>
span { border-color: #CFC6FE; }
span { border-color: rgb(207,198,254); }
td.TdClassName
{
border-color: #CFC6FE;
}
.TagClassName
{
border-color: #CFC6FE;
}
</style>