Shades of Lavender Blue #CFCBFA
Tints of Lavender Blue #CFCBFA
RGB
CMYK
RGB Variations
Color information
#CFCBFA (or 0xCFCBFA) is known color: Lavender Blue. HEX triplet: CF, CB and FA. RGB value is (207,203,250). Sum of RGB (Red+Green+Blue) = 207+203+250=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBFA is #303405. Grayscale: #D1D1D1. Windows color (decimal): -3159046 or 16436175. OLE color: 16436175.
HSL color Cylindrical-coordinate representation of color #CFCBFA: hue angle of 245.11º degrees, saturation: 0.82, 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 #CFCBFA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 203 | 250 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.02 |
| HSL | 245.11º | 0.82% | 0.89% | - |
| HSV(B) | 245.11º | 0.19% | 0.98% | - |
| XYZ | 64.34 | 62.88 | 99.19 | - |
| YUV | 209.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 250 | 0.17 | 0.19 | 0 | 0.02 | 245.11 | 0.82 | 0.89 |
| Hex | CF | CB | FA | 11 | 13 | 0 | 2 | F5 | 52 | 59 |
| Octal | 317 | 313 | 372 | 21 | 23 | 0 | 2 | 365 | 122 | 131 |
| Binary | 11001111 | 11001011 | 11111010 | 10001 | 10011 | 0 | 10 | 11110101 | 1010010 | 1011001 |
Color Harmonies of #CFCBFA
Complementary color
Monochromatic Colors of #CFCBFA
Black with #CFCBFA
Text Example
Text Example
White with #CFCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBFA; }
p { color: rgb(207,203,250); }
H1.HeaderClassName
{
color: #CFCBFA;
}
.AnyTagClassName
{
color: #CFCBFA;
}
</style>
background-color css
<style>
a { background-color: #CFCBFA; }
a { background-color: rgb(207,203,250); }
div.DivClassName
{
background-color: #CFCBFA;
}
.BgClassName
{
background-color: #CFCBFA;
}
</style>
border-color css
<style>
span { border-color: #CFCBFA; }
span { border-color: rgb(207,203,250); }
td.TdClassName
{
border-color: #CFCBFA;
}
.TagClassName
{
border-color: #CFCBFA;
}
</style>