Shades of Lavender Blue #CFCBF3
Tints of Lavender Blue #CFCBF3
RGB
CMYK
RGB Variations
Color information
#CFCBF3 (or 0xCFCBF3) is known color: Lavender Blue. HEX triplet: CF, CB and F3. RGB value is (207,203,243). Sum of RGB (Red+Green+Blue) = 207+203+243=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFCBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF3 is #30340C. Grayscale: #D0D0D0. Windows color (decimal): -3159053 or 15977423. OLE color: 15977423.
HSL color Cylindrical-coordinate representation of color #CFCBF3: hue angle of 246º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCBF3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 203 | 243 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 246º | 0.63% | 0.87% | - |
| HSV(B) | 246º | 0.16% | 0.95% | - |
| XYZ | 63.27 | 62.45 | 93.51 | - |
| YUV | 208.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 243 | 0.15 | 0.16 | 0 | 0.05 | 246 | 0.63 | 0.87 |
| Hex | CF | CB | F3 | F | 10 | 0 | 5 | F6 | 3E | 57 |
| Octal | 317 | 313 | 363 | 17 | 20 | 0 | 5 | 366 | 76 | 127 |
| Binary | 11001111 | 11001011 | 11110011 | 1111 | 10000 | 0 | 101 | 11110110 | 111110 | 1010111 |
Color Harmonies of #CFCBF3
Complementary color
Monochromatic Colors of #CFCBF3
Black with #CFCBF3
Text Example
Text Example
White with #CFCBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBF3; }
p { color: rgb(207,203,243); }
H1.HeaderClassName
{
color: #CFCBF3;
}
.AnyTagClassName
{
color: #CFCBF3;
}
</style>
background-color css
<style>
a { background-color: #CFCBF3; }
a { background-color: rgb(207,203,243); }
div.DivClassName
{
background-color: #CFCBF3;
}
.BgClassName
{
background-color: #CFCBF3;
}
</style>
border-color css
<style>
span { border-color: #CFCBF3; }
span { border-color: rgb(207,203,243); }
td.TdClassName
{
border-color: #CFCBF3;
}
.TagClassName
{
border-color: #CFCBF3;
}
</style>