Shades of Lavender Blue #CFBFFF
Tints of Lavender Blue #CFBFFF
RGB
CMYK
RGB Variations
Color information
#CFBFFF (or 0xCFBFFF) is known color: Lavender Blue. HEX triplet: CF, BF and FF. RGB value is (207,191,255). Sum of RGB (Red+Green+Blue) = 207+191+255=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBFFF is #304000. Grayscale: #CACACA. Windows color (decimal): -3162113 or 16760783. OLE color: 16760783.
HSL color Cylindrical-coordinate representation of color #CFBFFF: hue angle of 255º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFBFFF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 191 | 255 | - |
| CMYK | 0.19 | 0.25 | 0 | 0 |
| HSL | 255º | 1% | 0.87% | - |
| HSV(B) | 255º | 0.25% | 1% | - |
| XYZ | 62.41 | 57.75 | 102.46 | - |
| YUV | 203.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 255 | 0.19 | 0.25 | 0 | 0 | 255 | 1 | 0.87 |
| Hex | CF | BF | FF | 13 | 19 | 0 | 0 | FF | 64 | 57 |
| Octal | 317 | 277 | 377 | 23 | 31 | 0 | 0 | 377 | 144 | 127 |
| Binary | 11001111 | 10111111 | 11111111 | 10011 | 11001 | 0 | 0 | 11111111 | 1100100 | 1010111 |
Color Harmonies of #CFBFFF
Complementary color
Monochromatic Colors of #CFBFFF
Black with #CFBFFF
Text Example
Text Example
White with #CFBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFFF; }
p { color: rgb(207,191,255); }
H1.HeaderClassName
{
color: #CFBFFF;
}
.AnyTagClassName
{
color: #CFBFFF;
}
</style>
background-color css
<style>
a { background-color: #CFBFFF; }
a { background-color: rgb(207,191,255); }
div.DivClassName
{
background-color: #CFBFFF;
}
.BgClassName
{
background-color: #CFBFFF;
}
</style>
border-color css
<style>
span { border-color: #CFBFFF; }
span { border-color: rgb(207,191,255); }
td.TdClassName
{
border-color: #CFBFFF;
}
.TagClassName
{
border-color: #CFBFFF;
}
</style>