Shades of Lavender Blue #CFBFFC
Tints of Lavender Blue #CFBFFC
RGB
CMYK
RGB Variations
Color information
#CFBFFC (or 0xCFBFFC) is known color: Lavender Blue. HEX triplet: CF, BF and FC. RGB value is (207,191,252). Sum of RGB (Red+Green+Blue) = 207+191+252=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBFFC is #304003. Grayscale: #CACACA. Windows color (decimal): -3162116 or 16564175. OLE color: 16564175.
HSL color Cylindrical-coordinate representation of color #CFBFFC: hue angle of 255.74º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFBFFC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 191 | 252 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.01 |
| HSL | 255.74º | 0.91% | 0.87% | - |
| HSV(B) | 255.74º | 0.24% | 0.99% | - |
| XYZ | 61.93 | 57.56 | 99.94 | - |
| YUV | 202.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 252 | 0.18 | 0.24 | 0 | 0.01 | 255.74 | 0.91 | 0.87 |
| Hex | CF | BF | FC | 12 | 18 | 0 | 1 | 100 | 5B | 57 |
| Octal | 317 | 277 | 374 | 22 | 30 | 0 | 1 | 400 | 133 | 127 |
| Binary | 11001111 | 10111111 | 11111100 | 10010 | 11000 | 0 | 1 | 100000000 | 1011011 | 1010111 |
Color Harmonies of #CFBFFC
Complementary color
Monochromatic Colors of #CFBFFC
Black with #CFBFFC
Text Example
Text Example
White with #CFBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFFC; }
p { color: rgb(207,191,252); }
H1.HeaderClassName
{
color: #CFBFFC;
}
.AnyTagClassName
{
color: #CFBFFC;
}
</style>
background-color css
<style>
a { background-color: #CFBFFC; }
a { background-color: rgb(207,191,252); }
div.DivClassName
{
background-color: #CFBFFC;
}
.BgClassName
{
background-color: #CFBFFC;
}
</style>
border-color css
<style>
span { border-color: #CFBFFC; }
span { border-color: rgb(207,191,252); }
td.TdClassName
{
border-color: #CFBFFC;
}
.TagClassName
{
border-color: #CFBFFC;
}
</style>