Shades of Lavender Blue #CFCBFB
Tints of Lavender Blue #CFCBFB
RGB
CMYK
RGB Variations
Color information
#CFCBFB (or 0xCFCBFB) is known color: Lavender Blue. HEX triplet: CF, CB and FB. RGB value is (207,203,251). Sum of RGB (Red+Green+Blue) = 207+203+251=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFCBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBFB is #303404. Grayscale: #D1D1D1. Windows color (decimal): -3159045 or 16501711. OLE color: 16501711.
HSL color Cylindrical-coordinate representation of color #CFCBFB: hue angle of 245º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCBFB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 203 | 251 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.02 |
| HSL | 245º | 0.86% | 0.89% | - |
| HSV(B) | 245º | 0.19% | 0.98% | - |
| XYZ | 64.5 | 62.94 | 100.02 | - |
| YUV | 209.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 251 | 0.18 | 0.19 | 0 | 0.02 | 245 | 0.86 | 0.89 |
| Hex | CF | CB | FB | 12 | 13 | 0 | 2 | F5 | 56 | 59 |
| Octal | 317 | 313 | 373 | 22 | 23 | 0 | 2 | 365 | 126 | 131 |
| Binary | 11001111 | 11001011 | 11111011 | 10010 | 10011 | 0 | 10 | 11110101 | 1010110 | 1011001 |
Color Harmonies of #CFCBFB
Complementary color
Monochromatic Colors of #CFCBFB
Black with #CFCBFB
Text Example
Text Example
White with #CFCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBFB; }
p { color: rgb(207,203,251); }
H1.HeaderClassName
{
color: #CFCBFB;
}
.AnyTagClassName
{
color: #CFCBFB;
}
</style>
background-color css
<style>
a { background-color: #CFCBFB; }
a { background-color: rgb(207,203,251); }
div.DivClassName
{
background-color: #CFCBFB;
}
.BgClassName
{
background-color: #CFCBFB;
}
</style>
border-color css
<style>
span { border-color: #CFCBFB; }
span { border-color: rgb(207,203,251); }
td.TdClassName
{
border-color: #CFCBFB;
}
.TagClassName
{
border-color: #CFCBFB;
}
</style>